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

[PATCH] sun3_NCR typo

Untested, 2.5.63
parent 52839747
......@@ -2564,7 +2564,7 @@ static void NCR5380_reselect (struct Scsi_Host *instance)
msg[0] = NCR5380_read(CURRENT_SCSI_DATA_REG);
#endif
if (!msg[0] & 0x80) {
if (!(msg[0] & 0x80)) {
printk(KERN_DEBUG "scsi%d: expecting IDENTIFY message, got ", HOSTNO);
print_msg(msg);
do_abort(instance);
......
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