From: Kurt Garloff Date: Tue, 9 Jan 2007 01:28:54 +0000 (+0100) Subject: [SCSI] scsi_scan message cosmetic error X-Git-Tag: v2.6.21-rc1~274^2~230^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3424a65d717ca87ce11acfb03cfd2f713886bfb4;p=pandora-kernel.git [SCSI] scsi_scan message cosmetic error Hi, Minor typo ... In my first iteration of patches (that got merged), the BLIST_ATTACH_PQ3 actually had the value 0x800000, but that got changed later to avoid conflicts. This piece must have been overlooked. You could obviously do something like %x and then add the bitflags, but that looks overkill for something that does not tend to change. Please merge. (Patch applied against latest 2.6.20rc version that I tested.) From: Kurt Garloff Subject: [SCSI SCAN] Fix logging message for PQ3 devices The blacklist flags BLIST_ATTACH_PQ3 has value 0x1000000, not 0x800000. Signed-off-by: Kurt Garloff Signed-off-by: James Bottomley --- Reading git-diff-tree failed