]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
include/linux/ssb/ssb_driver_gige.h typo fix
authorAdrian Bunk <bunk@kernel.org>
Thu, 5 Jun 2008 18:29:49 +0000 (21:29 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Jun 2008 19:53:37 +0000 (15:53 -0400)
This patch fixes a typo in the name of a config variable.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Reviewed-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/ssb/ssb_driver_gige.h

index 01fbdf5fef22c5186d9b351b59d55888077241b0..942e3873690190addb45bdde24a069a812f3b8b8 100644 (file)
@@ -100,7 +100,7 @@ extern char * nvram_get(const char *name);
 /* Get the device MAC address */
 static inline void ssb_gige_get_macaddr(struct pci_dev *pdev, u8 *macaddr)
 {
-#ifdef CONFIG_BCM947XX
+#ifdef CONFIG_BCM47XX
        char *res = nvram_get("et0macaddr");
        if (res)
                memcpy(macaddr, res, 6);