smc91c92_cs: fix the problem of "Unable to find hardware address"
authorKen Kawasaki <ken_kawasaki@spring.nifty.jp>
Sat, 3 Apr 2010 22:07:10 +0000 (15:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Apr 2010 22:07:10 +0000 (15:07 -0700)
commitfb9e2d887243499b8d28efcf80821c4f6a092395
treed5b7e9411e7a06dc1d599e9a4e0961db5125d3ca
parent93f4d91d879acfcb0ba9c2725e3133fcff2dfd1e
smc91c92_cs: fix the problem of "Unable to find hardware address"

smc91c92_cs:
 *cvt_ascii_address returns 0, if success.
 *call free_netdev, if we can't find hardware address.

Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pcmcia/smc91c92_cs.c