提交 45567c28 编写于 作者: M Mike Frysinger 提交者: 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: NMike Frysinger <vapier@gentoo.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册