commit | 9a3c243d7d87f401682247dbeff94067d814c192 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurentp@cse-semaphore.com> | Fri Apr 11 14:05:50 2008 +0200 |
committer | Jeff Garzik <jgarzik@redhat.com> | Sat Apr 12 01:52:38 2008 -0400 |
tree | 810f3c35eb70b4197f8f57113b686402e5e6d25a | |
parent | c63eddb200690023e7c67f4dd9f132ad91660517 [diff] |
fs_enet: Don't call NAPI functions when NAPI is not used. 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>