From: Jiri Bohac Date: Wed, 21 Nov 2007 12:40:07 +0000 (+0100) Subject: amd8111e: don't call napi_enable if configured w/o NAPI X-Git-Tag: v2.6.24-rc4~9^2~37 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3defd0ee74b8bec6977a34aae99939af6c007f84;p=pandora-kernel.git amd8111e: don't call napi_enable if configured w/o NAPI The amd8111e network driver was broken by bea3348eef27e6044b6161fd04c3152215f96411, which makes the driver call napi_enable() and napi_disable() even if the driver had been configured without CONFIG_AMD8111E_NAPI, and thus netif_napi_add() had not been called on initialization. This triggers a BUG in napi_enable(). This patch fixes the problem. Please apply. Signed-off-by: Jiri Bohac Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed