android_kernel_google_msm/drivers/nfc
Waldemar Rymarkiewicz b127f3f930 NFC: pn533: Fix mem leak in pn533_in_dep_link_up
commit 70418e6efc upstream.

cmd is allocated in pn533_dep_link_up and passed as an arg to
pn533_send_cmd_frame_async together with a complete cb.

arg is passed to the cb and must be kfreed there.

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-12-03 11:47:12 -08:00
..
Kconfig
Makefile
nfcwilink.c
pn533.c NFC: pn533: Fix mem leak in pn533_in_dep_link_up 2012-12-03 11:47:12 -08:00
pn544.c