Commit 45567c28 authored by Mike Frysinger's avatar Mike Frysinger Committed by Greg Kroah-Hartman

usb: musb: blackfin: fix typo in new bfin_musb_vbus_status func

The common code has a "get" in the middle, but each implementation
does not have it.

Cc: stable@kernel.org
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8f7e7b87
......@@ -322,7 +322,7 @@ static void bfin_musb_try_idle(struct musb *musb, unsigned long timeout)
mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);
}
static int bfin_musb_get_vbus_status(struct musb *musb)
static int bfin_musb_vbus_status(struct musb *musb)
{
return 0;
}
......
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