From be40a261aa52912b3e708e34383f0f0afb10d212 Mon Sep 17 00:00:00 2001 From: Mark Einon Date: Wed, 3 Sep 2014 22:40:54 +0100 Subject: [PATCH] staging: et131x: Remove dead code in isr Dan Carpenter reports: The patch c2ebf58ba089: "staging: et131x: Implement NAPI support" from Aug 21, 2014, leads to the following static checker warning: drivers/staging/et131x/et131x.c:4004 et131x_isr() warn: we tested 'status' before and it was 'true' We don't actually need the dead code, as we're now using NAPI to handle enabling interrupts - but we do need to enable interrupts if NAPI is not scheduled - so enable interrupts if this is the case. Reported-by: Dan Carpenter Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed