]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: omap: Use device_get_match_data() helper
authorTian Tao <tiantao6@hisilicon.com>
Wed, 31 Mar 2021 08:19:11 +0000 (16:19 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 5 May 2021 14:07:40 +0000 (16:07 +0200)
commit21e4a707ad2abc90d1030d4997a8dab2719746f2
treeb3c1ce9872d78665b6e64faf68829ff22941acf6
parent0b90970b08fb8c91977d4912f693ffdc26c2c6ba
gpio: omap: Use device_get_match_data() helper

Use the device_get_match_data() helper instead of open coding.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-omap.c