From: Ivan T. Ivanov Date: Mon, 29 Jul 2013 07:27:02 +0000 (+0300) Subject: usb: dwc3: core: modify IO memory resource after deferred probe completes X-Git-Tag: v3.12-rc1~186^2~77^2~37 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e112345c22bcdf5d246db40f0587d7d11f1dc61;p=pandora-kernel.git usb: dwc3: core: modify IO memory resource after deferred probe completes When deferred probe happens driver will try to ioremap multiple times and will fail. Memory resource.start variable is a global variable, modifications in this field will be accumulated on every probe. Fix this by moving the above operations after driver hold all required PHY's. Signed-off-by: Ivan T. Ivanov Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed