]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
i5000_edac: no need to __stringify() KBUILD_BASENAME
authorDarrick J. Wong <djwong@us.ibm.com>
Thu, 15 Nov 2007 00:59:58 +0000 (16:59 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 15 Nov 2007 02:45:41 +0000 (18:45 -0800)
commit57510c2f934a05c53232814761a058399b2ca282
tree3fa65bf57609cc1e5f316c5c25a2fcb6c2c05182
parent9626f1f117be21b6e4b7a1cb49814fc065dd3d2d
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 <djwong@us.ibm.com>
Cc: Doug Thompson <norsk5@yahoo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/edac/i5000_edac.c