Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

include/linux/ssb/ssb_driver_gige.h typo fix

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>

authored by

Adrian Bunk and committed by
John W. Linville
585c5434 be038b37

+1 -1
+1 -1
include/linux/ssb/ssb_driver_gige.h
··· 100 100 /* Get the device MAC address */ 101 101 static inline void ssb_gige_get_macaddr(struct pci_dev *pdev, u8 *macaddr) 102 102 { 103 - #ifdef CONFIG_BCM947XX 103 + #ifdef CONFIG_BCM47XX 104 104 char *res = nvram_get("et0macaddr"); 105 105 if (res) 106 106 memcpy(macaddr, res, 6);