From: Ivan Vecera Date: Tue, 26 Nov 2013 16:54:41 +0000 (+0100) Subject: be2net: call napi_disable() for all event queues X-Git-Tag: v3.13-rc3~28^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55485e7b417b640870b14eceec4cfbcb2b3e7a92;p=pandora-kernel.git be2net: call napi_disable() for all event queues The recent be2net commit 6384a4d (adds a support for busy polling) introduces a regression that results in kernel crash. It incorrectly modified be_close() so napi_disable() is called only for the first queue. This breaks a correct pairing of napi_enable/_disable for the rest of event queues and causes a crash in subsequent be_open() call. Cc: Sathya Perla Cc: Subbu Seetharaman Cc: Ajit Khaparde Signed-off-by: Ivan Vecera Acked-by: Ajit Khaparde Signed-off-by: David S. Miller --- Reading git-diff-tree failed