Thread (13 messages) 13 messages, 2 authors, 2012-03-06
STALE5204d
Revisions (2)
  1. v1 [diff vs current]
  2. v2 current

[PATCH v2 09/11] MIPS: BCM47XX: fix signature of nvram_parse_macaddr

From: Hauke Mehrtens <hauke@hauke-m.de>
Date: 2012-02-28 00:01:00
Also in: linux-mips
Subsystem: broadcom bcm47xx mips architecture, mips, the rest · Maintainers: Hauke Mehrtens, Rafał Miłecki, Thomas Bogendoerfer, Linus Torvalds

Explicitly enforce an char array of 6 bytes for the mac address.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 arch/mips/include/asm/mach-bcm47xx/nvram.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/include/asm/mach-bcm47xx/nvram.h b/arch/mips/include/asm/mach-bcm47xx/nvram.h
index 184d5ec..69ef3ef 100644
--- a/arch/mips/include/asm/mach-bcm47xx/nvram.h
+++ b/arch/mips/include/asm/mach-bcm47xx/nvram.h
@@ -37,7 +37,7 @@ struct nvram_header {
 
 extern int nvram_getenv(char *name, char *val, size_t val_len);
 
-static inline void nvram_parse_macaddr(char *buf, u8 *macaddr)
+static inline void nvram_parse_macaddr(char *buf, u8 macaddr[6])
 {
 	if (strchr(buf, ':'))
 		sscanf(buf, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", &macaddr[0],
-- 
1.7.5.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help