Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=57510c2f934a05c53232814761a058399b2ca282
Commit:     57510c2f934a05c53232814761a058399b2ca282
Parent:     9626f1f117be21b6e4b7a1cb49814fc065dd3d2d
Author:     Darrick J. Wong <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 14 16:59:58 2007 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Nov 14 18:45:41 2007 -0800

    i5000_edac: no need to __stringify() KBUILD_BASENAME
    
    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]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/edac/i5000_edac.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/edac/i5000_edac.c b/drivers/edac/i5000_edac.c
index 96f7e63..a1f24c4 100644
--- a/drivers/edac/i5000_edac.c
+++ b/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,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to