This fixes an error on the device open code that allows a non-existent
device to be opened causing later panic problems.
Signed-off-by: Mark Haverkamp <[EMAIL PROTECTED]>
===== drivers/scsi/aacraid/linit.c 1.47 vs edited =====
--- 1.47/drivers/scsi/aacraid/linit.c 2005-03-10 10:36:35 -08:00
+++ edited/drivers/scsi/aacraid/linit.c 2005-04-13 10:34:12 -07:00
@@ -450,7 +450,7 @@
}
}
- return 0;
+ return err;
}
/**
--
Mark Haverkamp <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html