]> Git Repo - J-u-boot.git/commit
gpio: xilinx: Return 0 from xilinx_gpio_set_value
authorMichal Simek <[email protected]>
Mon, 6 Aug 2018 05:42:40 +0000 (07:42 +0200)
committerMichal Simek <[email protected]>
Tue, 7 Aug 2018 09:03:43 +0000 (11:03 +0200)
commitac7f061398ba48904e2900f1f9df93f35f5c88c8
treed0f6ab61b5e959ceae9971ada825fd24db9d1916
parentc714aeaec19559d1b05cbb7a501000c3904b1f87
gpio: xilinx: Return 0 from xilinx_gpio_set_value

.set_value functions have no specified return value and gpio_uclass is
not working with it too. But this patch is returning 0 to be in sync
with others DM gpio drivers.

Reported-by: Stefan Herbrechtsmeier <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Stefan Herbrechtsmeier <[email protected]>
drivers/gpio/xilinx_gpio.c
This page took 0.034839 seconds and 4 git commands to generate.