projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a90e0f
)
wireless: at76c50x: follow rename pack_hex_byte to hex_byte_pack
author
Andy Shevchenko
<
[email protected]
>
Tue, 1 Nov 2011 00:13:00 +0000
(17:13 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 1 Nov 2011 00:30:57 +0000
(17:30 -0700)
There is no functional change.
Signed-off-by: Andy Shevchenko <
[email protected]
>
Acked-by: John W. Linville <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/net/wireless/at76c50x-usb.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/at76c50x-usb.c
b/drivers/net/wireless/at76c50x-usb.c
index 39322d4121b79f17e90ecd39491b666c28c7217a..4045e5ab0555a3cbd2f55b1aa0e413a137f6f7f0 100644
(file)
--- a/
drivers/net/wireless/at76c50x-usb.c
+++ b/
drivers/net/wireless/at76c50x-usb.c
@@
-517,7
+517,7
@@
static char *hex2str(void *buf, size_t len)
goto exit;
while (len--) {
- obuf =
pack_hex_byte
(obuf, *ibuf++);
+ obuf =
hex_byte_pack
(obuf, *ibuf++);
*obuf++ = '-';
}
obuf--;