Skip to content
Commit ebd0a0ae authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

[patch] use unsigned char in smc91111 driver for mac



the v_mac variable in the smc91111 driver is declared as a signed char ...
this causes problems when one of the bytes in the MAC is "signed" like 0xE0
because when it gets printed out, you get a display like:
0xFFFFFFE0 and that's no good

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 2f15278c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment