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

Commit 585c5434 authored by Adrian Bunk's avatar Adrian Bunk Committed by John W. Linville
Browse files

include/linux/ssb/ssb_driver_gige.h typo fix



This patch fixes a typo in the name of a config variable.

Reported-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Reviewed-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent be038b37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);