Commit a1b784ec authored by John Levon's avatar John Levon Committed by James Bottomley

[PATCH] AM53C974 typo

Against 2.5.63, untested

regards
john
parent 67e0453e
...@@ -2091,7 +2091,7 @@ static void AM53C974_intr_reselect(struct Scsi_Host *instance, unsigned char sta ...@@ -2091,7 +2091,7 @@ static void AM53C974_intr_reselect(struct Scsi_Host *instance, unsigned char sta
goto EXIT_ABORT; goto EXIT_ABORT;
} }
msg[0] = AM53C974_read_8(FFREG); msg[0] = AM53C974_read_8(FFREG);
if (!msg[0] & 0x80) { if (!(msg[0] & 0x80)) {
printk("scsi%d: error: expecting IDENTIFY message, got ", instance->host_no); printk("scsi%d: error: expecting IDENTIFY message, got ", instance->host_no);
print_msg(msg); print_msg(msg);
hostdata->aborted = 1; hostdata->aborted = 1;
......
Markdown is supported
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