Hello. On 01-03-2012 6:32, Nobuhiro Iwamatsu wrote:
Signed-off-by: Nobuhiro Iwamatsu<nobuhiro.iwamatsu.yj@xxxxxxxxxxx> --- arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7757.c b/arch/sh/kernel/cpu/sh4a/setup-sh7757.c index 2875e8b..d791d64 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7757.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7757.c
[...]
@@ -680,6 +681,11 @@ static struct platform_device spi1_device = { .resource = spi1_resources, }; +static struct ehci_sh_platdata usb_ehci_pdata = { + .phy_init = NULL, + .clkmode = 0,
Do not initialize explicitly to 0 or NULL. WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html