Home
last modified time | relevance | path

Searched hist:b6cec06d19d90db5dbcc50034fb33983f6259b8b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/nvme/target/
H A Dloop.cdiff b6cec06d19d90db5dbcc50034fb33983f6259b8b Tue Jul 28 21:36:48 CDT 2020 Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> nvme-loop: remove extra variable in create ctrl

We can call the nvme_change_ctrl_state() directly and have
WARN_ON_ONCE(1) call instead of having to use an extra variable which
matches the name of the function.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>