From: Matthijs Kooijman Date: Thu, 25 Apr 2013 21:39:16 +0000 (+0200) Subject: staging: dwc2: remove dummy interrupt handling X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~739 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438492abbe8fb5510795bfa77a8830f0e527b82a;p=pandora-kernel.git staging: dwc2: remove dummy interrupt handling The handling for the IC2INT and RESTOREDONE interrupts just cleared the interrupt flag, but did not do anything else. Since these interrupts are not enabled anywhere, they should never trigger and there should never be a need to clear their flags, so we can safely remove this code. Signed-off-by: Matthijs Kooijman Acked-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed