Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219854
b: refs/heads/master
c: ce3d824
h: refs/heads/master
v: v3
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Sep 16, 2010
1 parent be25375 commit 0151cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: aa4d282cba3b358bab1507895910d872f8fa7baf
refs/heads/master: ce3d824031d28fbb9d6110e22f560f0344f639d3
4 changes: 1 addition & 3 deletions trunk/drivers/staging/wlags49_h2/wl_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,7 @@ const char *DbgHwAddr(unsigned char *hwAddr)
static char buffer[18];
/*------------------------------------------------------------------------*/


sprintf( buffer, "%02X:%02X:%02X:%02X:%02X:%02X",
hwAddr[0], hwAddr[1], hwAddr[2], hwAddr[3], hwAddr[4], hwAddr[5] );
sprintf(buffer, "%pM", &hwAddr[0]);

return buffer;
} // DbgHwAddr
Expand Down

0 comments on commit 0151cc8

Please sign in to comment.