From: Ajay Kumar Gupta Date: Mon, 12 Oct 2009 16:17:23 +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~8^2^2~18^2~2^2^2~6^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b4a8590a2c3e3eee0c4b5ea487ec7e14f3f4d8;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