commit | 8bb6cb9b97ef0b0ae4a492db5a90f8156d2cbe85 | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Sun Jun 13 18:58:50 2021 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Thu Jun 17 15:51:20 2021 +0200 |
tree | 3dff07241740365bdfa5201964df0656b97ee776 | |
parent | 245067e37d52185a741d269e658afee40d467287 [diff] |
nvmet: use nvme status value directly There is no point in keeping the status variable that is used only once in the function nvmet_async_events_failall(). Remove the variable and use the value directly. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>