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)
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>

No differences found