- scsi-scan-fix-logging-message-for-pq3-devices.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     SCSI scan: fix logging message for PQ3 devices
has been removed from the -mm tree.  Its filename was
     scsi-scan-fix-logging-message-for-pq3-devices.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
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

git-scsi-misc.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux