commit | 4b062e7cf940aa4f38fedc3a964b24cb095373f0 | [log] [tgz] |
---|---|---|
author | Austin Kim <austindh.kim@gmail.com> | Thu Sep 19 16:55:48 2019 +0900 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Sep 23 23:09:42 2019 -0400 |
tree | 1571d73dd433ed271b899b516e278aad4f7dcd49 | |
parent | f51913eef23f74c3bd07899dc7f1ed6df9e521d8 [diff] |
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: Austin Kim <austindh.kim@gmail.com> Acked-by: Saurav Kashyap <skashyap@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>