]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pm8001: fix a memory leak in flash_update
authorTomas Henzl <thenzl@redhat.com>
Mon, 7 Jul 2014 15:20:00 +0000 (17:20 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 25 Jul 2014 21:17:05 +0000 (17:17 -0400)
commit9422e864fa4e2d323407cfca6ca14712cf17fb40
tree36d586eae9bed65156cd681bcd2e4bab59a6f2d7
parentda225498d97565b6f25ed28ebdf0fecdf3a5ca5c
pm8001: fix a memory leak in flash_update

ccb->fw_control_context is copied to local fw_control_context and
the local variable is never used later

Free ccb->fw_control_context.  The task is forgotten thus also the
reference to fw_control_context and the completion thread takes the info
from virt_ptr again.

Signed-off-by: Tomas Henzl <thenzl@redhat.com>
Acked-by: Suresh Thiagarajan <Suresh.Thiagarajan@pmcs.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/pm8001/pm8001_hwi.c