Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
- Loading branch information