diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2018-06-13 02:05:17 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2018-07-12 04:05:22 +0200 |
commit | 8ef9ccf81044a1e31d116b5d4972d5b65ae10846 (patch) | |
tree | b547165fa27419b423f16bbe0d067fcaf7458566 /fs/cifs/smb2pdu.c | |
parent | fsi: Don't use device_unregister() in fsi_master_register() (diff) | |
download | linux-8ef9ccf81044a1e31d116b5d4972d5b65ae10846.tar.xz linux-8ef9ccf81044a1e31d116b5d4972d5b65ae10846.zip |
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>
Diffstat (limited to 'fs/cifs/smb2pdu.c')
0 files changed, 0 insertions, 0 deletions