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:
d58d485
)
ehci: fix kernel panic in ehci_probe
author
Ajay Kumar Gupta
<ajay.gupta@ti.com>
Tue, 22 Sep 2009 17:06:03 +0000
(10:06 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 22 Sep 2009 17:29:44 +0000
(10:29 -0700)
hcd_priv_size has to be sizeof(struct ehci_hcd).
- .hcd_priv_size = sizeof(struct ehci_hcd_omap),
+ .hcd_priv_size = sizeof(struct ehci_hcd),
Without this kernel panic is observed in probe function.
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
No differences found