Skip to content

Commit

Permalink
usb: musb: blackfin: fix typo in new bfin_musb_vbus_status func
Browse files Browse the repository at this point in the history
The common code has a "get" in the middle, but each implementation
does not have it.

Cc: stable@kernel.org
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mike Frysinger authored and Greg Kroah-Hartman committed Mar 23, 2011
1 parent 8f7e7b8 commit 45567c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/musb/blackfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 45567c2

Please sign in to comment.