]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dsi: Move intel_dsi_clear_device_ready()
authorHans de Goede <hdegoede@redhat.com>
Tue, 28 Feb 2017 09:26:19 +0000 (11:26 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 28 Feb 2017 10:47:03 +0000 (12:47 +0200)
commit5ce1cbda54c5914a159420e56bbdf4ee3f9fcf78
treefa859246c39f3c89c7b0b8e85005186bc30d89d5
parentead2f2ab5e73a5f3ce407e5fa7b9e820140560e6
drm/i915/dsi: Move intel_dsi_clear_device_ready()

Move the intel_dsi_clear_device_ready() function to higher up in
intel_dsi.c this pairs it with intel_dsi_device_ready(); and pairs
intel_dsi_*enable* with intel_dsi_*disable without
intel_dsi_clear_device_ready() sitting in the middle of them.

This commit purely moves code around, it does not make any
changes what-so-ever.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Bob Paauwe <bob.j.paauwe@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/f971d18ea6d350890447860aeb541dba072a6e47.1488273823.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_dsi.c