commit | 9422e864fa4e2d323407cfca6ca14712cf17fb40 | [log] [tgz] |
---|---|---|
author | Tomas Henzl <thenzl@redhat.com> | Mon Jul 07 17:20:00 2014 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 25 17:17:05 2014 -0400 |
tree | 36d586eae9bed65156cd681bcd2e4bab59a6f2d7 | |
parent | da225498d97565b6f25ed28ebdf0fecdf3a5ca5c [diff] |
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>