]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] 3044/1: Fix sparse warnings about incompatible pointer types for register defin...
authorIan Campbell <icampbell@arcom.com>
Fri, 28 Oct 2005 14:26:42 +0000 (15:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 28 Oct 2005 14:26:42 +0000 (15:26 +0100)
commit63a4b52c9ddca944afc1b78aacbf641c650780d7
treebc782e17f3f13de7fd6a7543c9806eaeec692f8f
parenta0e0adb96ebe6bf0b8b3fe4cd6c214b1e8964609
[ARM] 3044/1: Fix sparse warnings about incompatible pointer types for register defined in pxa-regs.h

Patch from Ian Campbell

The sparse warning initially surfaced in sound/arm/pxa2xx-ac97.c
because it was using u32 * variables to hold the unsigned long *
register addresses.

I submitted an ALSA patch for this http://thread.gmane.org/gmane.linux.alsa.devel/27804 issue and it was suggested that it might be preferable to change the register
definitions to use u32.

Most other subarches seem to use u32 for their register type, at least
the ones which use a __REG macro (like the PXA) do. Nico indicated in
the thread above that he wouldn't mind this patch.

Changing the type required fixes for opposite warnings in the pxa2xx usb
gadget code but that was the only new warning introduced on defconfig
or lubbock, mainstone and our own PXA255 boards.

Signed-off-by: Ian Campbell <icampbell@arcom.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/usb/gadget/pxa2xx_udc.c
drivers/usb/gadget/pxa2xx_udc.h
include/asm-arm/arch-pxa/hardware.h