[ARM] pxa: fix incorrect gpio type in udc_pxa2xx.h
authorSteve Bennett <steveb@workware.net.au>
Wed, 21 Apr 2010 06:30:33 +0000 (16:30 +1000)
committerEric Miao <eric.y.miao@gmail.com>
Sun, 13 Jun 2010 15:55:12 +0000 (23:55 +0800)
commit390daa0d8f391378865221cd8446028884a3baa9
treefc09502f949f95615881d840a545d9cd1e9611ee
parent7e27d6e778cd87b6f2415515d7127eba53fe5d02
[ARM] pxa: fix incorrect gpio type in udc_pxa2xx.h

gpio must be int, not u16, otherwise -1 isn't recognised
by gpio_is_valid().

Signed-off-by: Steve Bennett <steveb@workware.net.au>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/include/asm/mach/udc_pxa2xx.h