1
0
Fork 0
alistair23-linux/drivers/fsi
Benjamin Herrenschmidt 8ef9ccf810 fsi: master-gpio: Add missing release function
The embedded struct device needs a release function to be
able to successfully remove the driver.

We remove the devm_gpiod_put() as they are unnecessary
(the resources will be released automatically) and because
fsi_master_unregister() will cause the master structure to
be freed.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
2018-07-12 12:05:22 +10:00
..
Kconfig fsi/sbefifo: Add dependency on OF_ADDRESS 2018-07-12 11:51:19 +10:00
Makefile fsi/sbefifo: Add driver for the SBE FIFO 2018-06-12 14:05:39 +10:00
fsi-core.c fsi: Don't use device_unregister() in fsi_master_register() 2018-07-12 12:05:11 +10:00
fsi-master-gpio.c fsi: master-gpio: Add missing release function 2018-07-12 12:05:22 +10:00
fsi-master-hub.c fsi: master-hub: Fix sparse warnings 2018-06-18 14:33:56 +10:00
fsi-master.h fsi: Add mechanism to set the tSendDelay and tEchoDelay values 2018-07-12 11:59:13 +10:00
fsi-sbefifo.c fsi: sbefifo: Fix checker warning about late NULL check 2018-07-12 11:53:37 +10:00
fsi-scom.c fsi: scom: Major overhaul 2018-06-18 15:11:53 +10:00