Re: [PATCH 1/2] USB/host: Use existing macros instead of hard-coded values in uhci-debug.c

2013-10-05 Thread Alan Stern
On Fri, 4 Oct 2013, Deng-Cheng Zhu wrote: > From: Deng-Cheng Zhu > > Now that UHCI IO registers have been defined in uhci-hcd.h, use them. > > Reviewed-by: James Hogan > Signed-off-by: Deng-Cheng Zhu > --- > drivers/usb/host/uhci-debug.c | 16 > 1 files changed, 8 insertio

[PATCH 1/2] USB/host: Use existing macros instead of hard-coded values in uhci-debug.c

2013-10-04 Thread Deng-Cheng Zhu
From: Deng-Cheng Zhu Now that UHCI IO registers have been defined in uhci-hcd.h, use them. Reviewed-by: James Hogan Signed-off-by: Deng-Cheng Zhu --- drivers/usb/host/uhci-debug.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/usb/host/uhci-deb