projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c919d9
)
staging: wlags49_h2: '&pointer[0]' to 'pointer' fix
author
Andy Shevchenko
<andy.shevchenko@gmail.com>
Fri, 17 Sep 2010 08:24:51 +0000
(11:24 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 20 Sep 2010 23:10:55 +0000
(16:10 -0700)
Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlags49_h2/wl_util.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wlags49_h2/wl_util.c
b/drivers/staging/wlags49_h2/wl_util.c
index
e510dcb
..
4521c9f
100644
(file)
--- a/
drivers/staging/wlags49_h2/wl_util.c
+++ b/
drivers/staging/wlags49_h2/wl_util.c
@@
-338,7
+338,7
@@
const char *DbgHwAddr(unsigned char *hwAddr)
static char buffer[18];
/*------------------------------------------------------------------------*/
- sprintf(buffer, "%pM",
&hwAddr[0]
);
+ sprintf(buffer, "%pM",
hwAddr
);
return buffer;
} // DbgHwAddr