skge: handle zero address at open
authorStephen Hemminger <shemminger@linux-foundation.org>
Fri, 2 Feb 2007 16:22:51 +0000 (08:22 -0800)
committerJeff Garzik <jeff@garzik.org>
Wed, 7 Feb 2007 00:07:44 +0000 (19:07 -0500)
Some motherboards are broken and have no address set. Failing at probe time
prevents the device from ever being used (like to download a fixed BIOS). Instead
warn on probe and check again when device is brought up. That way the address
can be set.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found