]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i2c: tda998x: switch to boolean is_on
authorRussell King <rmk+kernel@armlinux.org.uk>
Sun, 23 Oct 2016 10:39:04 +0000 (11:39 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 18 Nov 2016 00:00:40 +0000 (00:00 +0000)
commit6b7101d71fafcb280597107cea6ba7ab7f3ade17
tree4dad8bdcca76f799e25ee6f03d1cce4f84c7fb55
parentd9feb42eb20f351772d00bc25c9d36ed6264e061
drm/i2c: tda998x: switch to boolean is_on

Rather than storing the DPMS mode (which will always be on or off) use a
boolean to store this instead.

Tested-by: Robin Murphy <robin.murphy@arm.com>
Tested-by: Jon Medhurst <tixy@linaro.org>
Acked-by: Jon Medhurst <tixy@linaro.org>
Tested-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c