diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-03-29 08:14:25 -0400 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-03-29 08:21:12 -0400 |
| commit | 222b90943446e36d44395917b1be28732cbdab08 (patch) | |
| tree | 207b5fe1d5d89e70a3f2efd250c7acf283dc2b41 /drivers/gpu/drm | |
| parent | 6c87e5c3ec6db052f3744804a517b6fb003906e1 (diff) | |
drm/atmel: Fixup drm_connector_/unplug/unregister/_all
Accidentally fell through the cracks in
commit 6c87e5c3ec6db052f3744804a517b6fb003906e1
Author: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Date: Wed Mar 23 11:42:54 2016 +0300
drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()
despite that Boris acked that patch.
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'drivers/gpu/drm')
| -rw-r--r-- | drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c index 3d8d16402d07..8ab4318e57a1 100644 --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | |||
| @@ -615,7 +615,7 @@ err: | |||
| 615 | static void atmel_hlcdc_dc_connector_unplug_all(struct drm_device *dev) | 615 | static void atmel_hlcdc_dc_connector_unplug_all(struct drm_device *dev) |
| 616 | { | 616 | { |
| 617 | mutex_lock(&dev->mode_config.mutex); | 617 | mutex_lock(&dev->mode_config.mutex); |
| 618 | drm_connector_unplug_all(dev); | 618 | drm_connector_unregister_all(dev); |
| 619 | mutex_unlock(&dev->mode_config.mutex); | 619 | mutex_unlock(&dev->mode_config.mutex); |
| 620 | } | 620 | } |
| 621 | 621 | ||
