]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] sky2: fix oops on shutdown
authorStephen Hemminger <shemminger@linux-foundation.org>
Tue, 15 May 2007 22:08:27 +0000 (15:08 -0700)
committerChris Wright <chrisw@sous-sol.org>
Wed, 23 May 2007 21:32:53 +0000 (14:32 -0700)
commitb1b292459c99d06e90b109f04e2dbd184fda9167
tree6c1179ecf9ce101a081b64f2545a318fb42e725e
parent71609984a43bab184a8f47eb34b15704cb7c0485
[PATCH] sky2: fix oops on shutdown

If the device fails during module startup for some reason like unsupported chip
version then the driver would crash dereferencing a null pointer, on shutdown
or suspend/resume.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/net/sky2.c