aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dpt_i2o.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/dpt_i2o.c')
-rw-r--r--drivers/scsi/dpt_i2o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c
index c9dd8392aab2..ac92ac143b46 100644
--- a/drivers/scsi/dpt_i2o.c
+++ b/drivers/scsi/dpt_i2o.c
@@ -153,7 +153,7 @@ static DEFINE_SPINLOCK(adpt_post_wait_lock);
153 153
154static u8 adpt_read_blink_led(adpt_hba* host) 154static u8 adpt_read_blink_led(adpt_hba* host)
155{ 155{
156 if(host->FwDebugBLEDflag_P != 0) { 156 if (host->FwDebugBLEDflag_P) {
157 if( readb(host->FwDebugBLEDflag_P) == 0xbc ){ 157 if( readb(host->FwDebugBLEDflag_P) == 0xbc ){
158 return readb(host->FwDebugBLEDvalue_P); 158 return readb(host->FwDebugBLEDvalue_P);
159 } 159 }