Hello. On 09-05-2012 0:29, Alexander Shishkin wrote:
The old implementation used global hw_bank, the new implementation uses udc-local hw_bank. This field seems to be a leftover from previous coding experiments.
Signed-off-by: Alexander Shishkin<alexander.shishkin@xxxxxxxxxxxxxxx>
[...]
diff --git a/drivers/usb/chipidea/ci13xxx_msm.c b/drivers/usb/chipidea/ci13xxx_msm.c index 9b09f0c..958069e 100644 --- a/drivers/usb/chipidea/ci13xxx_msm.c +++ b/drivers/usb/chipidea/ci13xxx_msm.c @@ -15,7 +15,7 @@ #include "ci.h" -#define MSM_USB_BASE (udc->regs) +#define MSM_USB_BASE (udc->hw_bank.abs)
It's a bad practice to define such macros... 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