From: Ajay Kumar Gupta Date: Tue, 3 Jul 2012 12:07:10 +0000 (+0530) Subject: usb: musb: am335x: fix pdev resource bug X-Git-Tag: v3.6-rc3~41^2~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bb5534853dbb1e445a9b26ecab8ad331ff14a7e;p=pandora-kernel.git usb: musb: am335x: fix pdev resource bug We are overwriting the resource->name to "mc" so that musb_core.c can understand it but this is also changing the platform device's resource->name as the "name" address remains same. Fixing the same by changing the resource->name field of local structure only. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed