diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2016-05-17 10:32:19 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2016-07-04 13:15:00 +0300 |
commit | 6d2f70cae481a2e8e85a244d3b2d36828dadff83 (patch) | |
tree | 6b8e75b375f2a032a559263ceab325c3d9e04f92 /drivers/nfc/fdp/fdp.c | |
parent | f86dec94e3a86c992a637df1c301a4df25a85801 (diff) | |
download | linux-6d2f70cae481a2e8e85a244d3b2d36828dadff83.tar.xz |
NFC: pn533: double free on error in probe()
We can't pass devm_ allocated pointers to kfree() because they will be
freed again after the drive is unloaded.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/fdp/fdp.c')
0 files changed, 0 insertions, 0 deletions