Skip to content

Commit

Permalink
staging: slicoss: remove default case in irqhandler
Browse files Browse the repository at this point in the history
this default statement does nothing in the irqhandler, so remove it

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 24, 2012
1 parent 0608882 commit 1ffa3b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2774,9 +2774,6 @@ static irqreturn_t slic_interrupt(int irq, void *dev_id)
slic_upr_request_complete(adapter, isr);
}
break;

default:
break;
}

adapter->isrcopy = 0;
Expand Down

0 comments on commit 1ffa3b9

Please sign in to comment.