The patch titled SCSI scan: fix logging message for PQ3 devices has been added to the -mm tree. Its filename is scsi-scan-fix-logging-message-for-pq3-devices.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: SCSI scan: fix logging message for PQ3 devices From: Kurt Garloff <kurt@xxxxxxxxxx> The blacklist flags BLIST_ATTACH_PQ3 has value 0x1000000, not 0x800000. Signed-off-by: Kurt Garloff <garloff@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/scsi_scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/scsi_scan.c~scsi-scan-fix-logging-message-for-pq3-devices drivers/scsi/scsi_scan.c --- a/drivers/scsi/scsi_scan.c~scsi-scan-fix-logging-message-for-pq3-devices +++ a/drivers/scsi/scsi_scan.c @@ -1029,7 +1029,7 @@ static int scsi_probe_and_add_lun(struct sdev_printk(KERN_INFO, sdev, "scsi scan: consider passing scsi_mod." - "dev_flags=%s:%s:0x240 or 0x800240\n", + "dev_flags=%s:%s:0x240 or 0x1000240\n", scsi_inq_str(vend, result, 8, 16), scsi_inq_str(mod, result, 16, 32)); }); _ Patches currently in -mm which might be from kurt@xxxxxxxxxx are scsi-scan-fix-logging-message-for-pq3-devices.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html