Subject: + drivers-scsi-hpsac-remove-unused-smart-array-id.patch added to -mm tree To: mike.miller@xxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Thu, 19 Sep 2013 16:33:58 -0700 The patch titled Subject: drivers/scsi/hpsa.c: remove unused Smart Array ID has been added to the -mm tree. Its filename is drivers-scsi-hpsac-remove-unused-smart-array-id.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/drivers-scsi-hpsac-remove-unused-smart-array-id.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/drivers-scsi-hpsac-remove-unused-smart-array-id.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Mike Miller <mike.miller@xxxxxx> Subject: drivers/scsi/hpsa.c: remove unused Smart Array ID Remove the PCI ID of a cancelled Smart Array. Signed-off-by: Mike Miller <mike.miller@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/hpsa.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/scsi/hpsa.c~drivers-scsi-hpsac-remove-unused-smart-array-id drivers/scsi/hpsa.c --- a/drivers/scsi/hpsa.c~drivers-scsi-hpsac-remove-unused-smart-array-id +++ a/drivers/scsi/hpsa.c @@ -100,7 +100,6 @@ static const struct pci_device_id hpsa_p {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3354}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3355}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSF, 0x103C, 0x3356}, - {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSH, 0x103C, 0x1920}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSH, 0x103C, 0x1921}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSH, 0x103C, 0x1922}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSH, 0x103C, 0x1923}, _ Patches currently in -mm which might be from mike.miller@xxxxxx are drivers-scsi-hpsac-remove-unused-smart-array-id.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