]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: USB: Fix potential resource overlap due to incorrect end address
authorAnand Gadiyar <gadiyar@ti.com>
Tue, 8 Apr 2008 12:07:59 +0000 (17:37 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 11 Apr 2008 19:36:21 +0000 (12:36 -0700)
commit26aaa3df7e1fbd66c2935a4f4221dd5ab8834d7b
tree007d312da1048a0dbb3be7b40390f50842436594
parent689fe67c6d1ad8f52f7f7b139a3274b79bf3e784
ARM: OMAP: USB: Fix potential resource overlap due to incorrect end address

The end address for the USB memory resources were incorrectly defined as
(<start> + <size>) instead of (<start> + <size - 1>) resulting in a
potential overlap with the start address of other resources.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Acked-by: Nishant Kamat <nskamat@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-2430sdp-usb.c
arch/arm/mach-omap2/board-3430sdp-usb.c