Skip to content
Commit eca9e827 authored by Dan Carpenter's avatar Dan Carpenter Committed by Christoph Hellwig
Browse files

nvme: remove an unnecessary condition



"v" is an unsigned int so it can't be more than UINT_MAX.  Removing this
check makes it easier to preserve the error code as well.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent c5be1f2c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment