aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport/parport_ip32.c
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2015-06-15 20:05:50 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-22 21:15:49 -0700
commit23c405912b881e3ca516554efde852c2ad550b31 (patch)
treef95608e2c89e0e3c1203926aaab3a2161e5f4023 /drivers/parport/parport_ip32.c
parentparport: fix error handling (diff)
downloadlinux-dev-23c405912b881e3ca516554efde852c2ad550b31.tar.xz
linux-dev-23c405912b881e3ca516554efde852c2ad550b31.zip
parport: fix memory leak
After the reference count becomes 0 when put_device() is called, it will execute the release callback where we are freeing all the allocated memory associated with the device. We missed freeing par_dev->state. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/parport/parport_ip32.c')
0 files changed, 0 insertions, 0 deletions