Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219884
b: refs/heads/master
c: db5c53d
h: refs/heads/master
v: v3
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Sep 20, 2010
1 parent 1661b11 commit 6e863a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c919d90e157f6656439194d6823c68b81b17fee
refs/heads/master: db5c53d15bc987bffa22e7e8044447026750f640
2 changes: 1 addition & 1 deletion trunk/drivers/staging/wlags49_h2/wl_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e863a5

Please sign in to comment.