Commit 4534cd19 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

USB: GADGET: Fix compile breakage on omap_udc.c

Recent changes broke compilation for omap_udc.c.
Signed-off-by: default avatarFelipe Balbi <me@felipebalbi.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 0518f1f4
...@@ -2299,7 +2299,7 @@ static int proc_otg_show(struct seq_file *s) ...@@ -2299,7 +2299,7 @@ static int proc_otg_show(struct seq_file *s)
* do with the frame adjustment counter and McBSP2. * do with the frame adjustment counter and McBSP2.
*/ */
ctrl_name = "control_devconf"; ctrl_name = "control_devconf";
trans = ctrl_read_reg(OMAP2_CONTROL_DEVCONF0); trans = omap_ctrl_readb(OMAP2_CONTROL_DEVCONF0);
} else { } else {
ctrl_name = "tranceiver_ctrl"; ctrl_name = "tranceiver_ctrl";
trans = USB_TRANSCEIVER_CTRL_REG; trans = USB_TRANSCEIVER_CTRL_REG;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment