commit | b2fe288eac7247f83b52377b4134ecc5cd856bf2 | [log] [tgz] |
---|---|---|
author | Vincent Cuissard <cuissard@marvell.com> | Tue Nov 03 19:19:34 2015 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Thu Nov 05 00:32:25 2015 +0100 |
tree | 0444295e1dd66c5e9dea119e0b23e429c695f63f | |
parent | d2d2e6456ebccb5d31163dcc3191d83183bbd0b5 [diff] |
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>