]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: gpio: fix typo when checking get_open_drain function hook
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 8 Mar 2017 14:16:30 +0000 (15:16 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 13 Mar 2017 15:36:09 +0000 (16:36 +0100)
commite4ba21cd442ac3561d53aa118c95537ff744ada0
tree0ee51ac22140ef7574104fbdd6c1cd406f7881e4
parent12a30fe98919c5a7865758dc700e3707ec458839
dm: gpio: fix typo when checking get_open_drain function hook

dm_gpio_get_open_drain() checks ops->set_open_drain rather than
ops->get_open_drain before calling the latter function.
Fix this obvious typo.
drivers/gpio/gpio-uclass.c