Merge tag 'leds-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel...
[linux-2.6-microblaze.git] / drivers / scsi / csiostor / csio_scsi.c
index 55e74da..56b9ad0 100644 (file)
@@ -147,9 +147,9 @@ csio_scsi_itnexus_loss_error(uint16_t error)
        case FW_ERR_RDEV_LOST:
        case FW_ERR_RDEV_LOGO:
        case FW_ERR_RDEV_IMPL_LOGO:
-               return 1;
+               return true;
        }
-       return 0;
+       return false;
 }
 
 /*