]> 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)
commit5c6b5336edbb7be3c881a67bb6f881feb2d77276
tree5b1a72bc9b64b8e071de6819d1148c4ada68847b
parentecdd7bbca3f8f52356d9ee0b47ace24f173fccb5
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