]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: edp_panel_on does not need to return a bool
authorKeith Packard <keithp@keithp.com>
Thu, 29 Sep 2011 23:05:34 +0000 (16:05 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 6 Oct 2011 15:57:01 +0000 (08:57 -0700)
commitc218b6703ab52183b3be559e6a102c8635584a0f
tree368d9753b0f8edfcad6ca3b56438e22145ede82a
parent39f528417a369b239d78e42d3bdd263cf96fdea6
drm/i915: edp_panel_on does not need to return a bool

The return value was unused, so just stop doing that.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c