From: Ajay Kumar Gupta Date: Fri, 30 Oct 2009 18:53:59 +0000 (-0700) Subject: ehci: fix kernel panic in ehci_probe X-Git-Tag: v2.6.32-omap1~11^2^2~1^2^2^2^2^2~9^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a75bf3eb0e201f37d3cefc05ccdcafdd9a24a0c;p=pandora-kernel.git ehci: fix kernel panic in ehci_probe 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed