Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57510c2f authored by Darrick J. Wong's avatar Darrick J. Wong Committed by Linus Torvalds
Browse files

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: default avatarDarrick J. Wong <djwong@us.ibm.com>
Cc: Doug Thompson <norsk5@yahoo.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9626f1f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,