From: Rob Herring Date: Fri, 29 May 2015 16:38:45 +0000 (-0500) Subject: usb: chipidea: allow multiple instances to use default ci_default_pdata X-Git-Tag: omap-for-v4.3/legacy-v2-signed~119^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95699be183c03bb804c1dfdbbeaba7ee1ed8a0d;p=pandora-kernel.git usb: chipidea: allow multiple instances to use default ci_default_pdata Currently, ci_default_pdata is common to all instances of the driver and gets modified by the core driver code. This is bad if there are multiple instances of the device with different settings such as the phy type. Fix this by making a copy of the default platform_data. Signed-off-by: Rob Herring Cc: Peter Chen Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed