NVMe: fix freeing of wrong request in abort path
authorSam Bradshaw <sbradshaw@micron.com>
Wed, 10 Dec 2014 20:00:31 +0000 (13:00 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 10 Dec 2014 20:00:31 +0000 (13:00 -0700)
We allocate 'abort_req', but free 'req' in case of an error
submitting the IO.

Signed-off-by: Sam Bradshaw <sbradshaw@micron.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/nvme-core.c

Simple merge