git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
689fe67
)
ARM: OMAP: USB: Fix potential resource overlap due to incorrect end address
author
Anand Gadiyar
<gadiyar@ti.com>
Tue, 8 Apr 2008 12:07:59 +0000
(17:37 +0530)
committer
Tony 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