fs_enet: Don't call NAPI functions when NAPI is not used.
authorLaurent Pinchart <laurentp@cse-semaphore.com>
Fri, 11 Apr 2008 12:05:50 +0000 (14:05 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Sat, 12 Apr 2008 05:52:38 +0000 (01:52 -0400)
fs_enet_close() calls napi_disable() unconditionally. This patch skips the
call when use_napi isn't set.

Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found