1
0
Files
linux/drivers
Vincent Cuissard b2fe288eac NFC: nfcmrvl: free reset gpio
Reset GPIO shall be freed by the driver since the device used
in devm_ calls can be still valid on unregister.

If user removes the module and inserts it again, the devm_gpio_request
will fail because the underlying physical device (e.g i2c) was not
removed so the device management won't have freed the gpio.

Signed-off-by: Vincent Cuissard <cuissard@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-11-05 00:32:25 +01:00
..
2015-10-12 19:56:27 -07:00
2015-10-02 11:05:58 +09:00
2015-11-05 00:32:25 +01:00
2015-09-05 19:37:31 +02:00
2015-10-27 20:17:03 -07:00