From: Michael Chan Date: Wed, 8 Jun 2011 19:29:32 +0000 (+0000) Subject: cnic: Fix interrupt logic X-Git-Tag: v3.1-rc1~316^2~450^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93736656138e6d2f39f19c1d68f9ef81cfc9dd66;p=pandora-kernel.git cnic: Fix interrupt logic We need to keep looping until cnic_get_kcqes() returns 0. cnic_get_kcqes() returns a maximum of 64 entries. If there are more entries in the queue and we don't loop back, the remaining entries may not be serviced for a long time. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed