Skip to content
Commit 4b062e7c authored by Austin Kim's avatar Austin Kim Committed by Martin K. Petersen
Browse files

scsi: qedf: Remove always false 'tmp_prio < 0' statement



Since tmp_prio is declared as u8, the following statement is always false.
   tmp_prio < 0

So remove 'always false' statement.

Link: https://lore.kernel.org/r/20190919075548.GA112801@LGEARND20B15
Signed-off-by: default avatarAustin Kim <austindh.kim@gmail.com>
Acked-by: default avatarSaurav Kashyap <skashyap@marvell.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent f51913ee
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