]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i2c: tda998x: get rid of private fill_modes function
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 2 Aug 2018 09:27:15 +0000 (10:27 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 7 Aug 2018 09:32:03 +0000 (10:32 +0100)
commit48be8f48e721c55c023083e2440a70b586b483b8
tree5b1a72bc9b64b8e071de6819d1148c4ada68847b
parent74728eea2bb9fce93b37197d212423085a4b035e
drm/i2c: tda998x: get rid of private fill_modes function

We can achieve the same effect via the get_modes() method, rather than
wrapping the fill_modes helper.

Tested-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c