The patch titled
     i5000_edac: no need to __stringify() KBUILD_BASENAME
has been removed from the -mm tree.  Its filename was
     i5000_edac-no-need-to-__stringify-kbuild_basename.patch

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

------------------------------------------------------
Subject: i5000_edac: no need to __stringify() KBUILD_BASENAME
From: "Darrick J. Wong" <[EMAIL PROTECTED]>

The i5000_edac driver's PCI registration structure has the name
""i5000_edac"" (with extra set of double-quotes) which is probably not
intentional.  Get rid of __stringify.

Signed-off-by: Darrick J. Wong <[EMAIL PROTECTED]>
Cc: Doug Thompson <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/edac/i5000_edac.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN 
drivers/edac/i5000_edac.c~i5000_edac-no-need-to-__stringify-kbuild_basename 
drivers/edac/i5000_edac.c
--- 
a/drivers/edac/i5000_edac.c~i5000_edac-no-need-to-__stringify-kbuild_basename
+++ a/drivers/edac/i5000_edac.c
@@ -1462,7 +1462,7 @@ MODULE_DEVICE_TABLE(pci, i5000_pci_tbl);
  *
  */
 static struct pci_driver i5000_driver = {
-       .name = __stringify(KBUILD_BASENAME),
+       .name = KBUILD_BASENAME,
        .probe = i5000_init_one,
        .remove = __devexit_p(i5000_remove_one),
        .id_table = i5000_pci_tbl,
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
mptbase-reset-ioc-initiator-during-pci-resume.patch
libsas-convert-sas_proto-users-to-sas_protocol.patch
libsas-fix-various-sparse-complaints.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to