pm8001: fix update_flash
authorTomas Henzl <thenzl@redhat.com>
Mon, 7 Jul 2014 15:19:59 +0000 (17:19 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 25 Jul 2014 21:17:05 +0000 (17:17 -0400)
commit31d05e5b14f362c7ea99d1d9e977771ef434b820
tree50148ca973da063718f33e5226ee08c5dc770c35
parent9422e864fa4e2d323407cfca6ca14712cf17fb40
pm8001: fix update_flash

The driver checks the return valu, but after he tries to wait_for_completion
which might never happen.  Also the ioctl buffer is freed at the end of the
function, so the first removal is not needed.

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_ctl.c