On Tue, 21 May 2013, Jingoo Han wrote: > From: Thomas Abraham <[email protected]> > > Exynos5440 does not require any explict USB phy configuration. So skip > the USB phy configuration for Exynos5440 based platforms. > > Signed-off-by: Thomas Abraham <[email protected]> > Signed-off-by: Jingoo Han <[email protected]> > --- > Changes since v1: > - re-based on the latest 'linux-next' tree
This patch fails to change several occurrences of s5p_ehci->pdata->phy*. Instead of taking this error-prone approach, why not define a static s5p_ehci_platdata structure with NULL entries? Then for the Exynos5440, set s5p_ehci->pdata to point to that structure. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
