]> git.baikalelectronics.ru Git - kernel.git/commit
USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardware
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Sun, 11 Oct 2009 09:52:48 +0000 (11:52 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:53:06 +0000 (14:53 -0800)
commit07a15671212897a486052fb5f9107b7ccb003883
treed63ac40caa8a1b16b25f0827c5b1c8fc0573d1f7
parent292a30abc57437cd6f2185dc21fa8e4d0b939fba
USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardware

hardware reports wrong interrupt.  Although such a situation should not
happen, the compiler complains about this access.

This patch adds a sanity check and generates warning to detect such
issues.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/pxa27x_udc.c