[PATCH] skge: get rid of warning on race
authorStephen Hemminger <shemminger@osdl.org>
Tue, 6 Dec 2005 23:01:49 +0000 (15:01 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 13 Dec 2005 04:33:03 +0000 (23:33 -0500)
Get rid of warning in case of race with ring full and lockless
tx on the skge driver. It is possible to be in the transmit
routine with no available slots and already stopped.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found