From: Anjali Singhai Jain Date: Wed, 18 Dec 2013 13:45:49 +0000 (+0000) Subject: i40e: Re-enable interrupt on ICR0 X-Git-Tag: v3.14-rc1~94^2~246^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8230663d7010fcb43f176b9cc65aecbdcadbc8;p=pandora-kernel.git i40e: Re-enable interrupt on ICR0 The hardware can occasionally give an interrupt on the misc queue for which there is no driver work to do. In that case the driver was not re-enabling interrupts even though they were auto masked by hardware. This left interrupts disabled on this queue. Re-enable the interrupt whenever leaving this function. Signed-off-by: Anjali Singhai Jain Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed