aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-06-29 09:41:48 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-01 17:27:04 -0400
commit9ea35331d052a5af1ba4e6244c52485f82587b60 (patch)
treec6bb3bd76132c96773ccf000bea04f3f0bb56dc2 /drivers/usb
parenta59d6b91cbca52235e3ed9f7f9e34c4f2f3e1996 (diff)
usb: musb: update musb_platform_ops docs to match code
The "channel_program" member was renamed to "adjust_channel_params", but the documentation wasn't updated. Reported-by: Sergei Shtylyov <sshtylyov@mvista.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/musb/musb_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 0e053b587960..12542a48a64e 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -261,7 +261,7 @@ enum musb_g_ep0_state {
261 * @try_ilde: tries to idle the IP 261 * @try_ilde: tries to idle the IP
262 * @vbus_status: returns vbus status if possible 262 * @vbus_status: returns vbus status if possible
263 * @set_vbus: forces vbus status 263 * @set_vbus: forces vbus status
264 * @channel_program: pre check for standard dma channel_program func 264 * @adjust_channel_params: pre check for standard dma channel_program func
265 */ 265 */
266struct musb_platform_ops { 266struct musb_platform_ops {
267 int (*init)(struct musb *musb); 267 int (*init)(struct musb *musb);