diff options
author | Felipe Balbi <balbi@ti.com> | 2015-02-26 12:11:33 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-03-10 16:33:27 -0400 |
commit | 3709ffca6485bd1b03b1fe2d9eb384dcf5db87a6 (patch) | |
tree | cc7187d0931b52c0c214b66206c970446f3541a9 /drivers/usb/musb/musb_dsps.c | |
parent | a67cab72b87c7bb970bec8bc060a8946c5dfa1c5 (diff) |
usb: musb: dsps: add dsps_ prefix to sw_babble_control
this makes it easier to filter function traces.
No functional changes.
Tested-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/musb_dsps.c')
-rw-r--r-- | drivers/usb/musb/musb_dsps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c index e210b75fb6f2..85ebfa2c3858 100644 --- a/drivers/usb/musb/musb_dsps.c +++ b/drivers/usb/musb/musb_dsps.c | |||
@@ -549,7 +549,7 @@ static int dsps_musb_set_mode(struct musb *musb, u8 mode) | |||
549 | return 0; | 549 | return 0; |
550 | } | 550 | } |
551 | 551 | ||
552 | static bool sw_babble_control(struct musb *musb) | 552 | static bool dsps_sw_babble_control(struct musb *musb) |
553 | { | 553 | { |
554 | u8 babble_ctl; | 554 | u8 babble_ctl; |
555 | bool session_restart = false; | 555 | bool session_restart = false; |
@@ -608,7 +608,7 @@ static int dsps_musb_reset(struct musb *musb) | |||
608 | int session_restart = 0, error; | 608 | int session_restart = 0, error; |
609 | 609 | ||
610 | if (glue->sw_babble_enabled) | 610 | if (glue->sw_babble_enabled) |
611 | session_restart = sw_babble_control(musb); | 611 | session_restart = dsps_sw_babble_control(musb); |
612 | /* | 612 | /* |
613 | * In case of new silicon version babble condition can be recovered | 613 | * In case of new silicon version babble condition can be recovered |
614 | * without resetting the MUSB. But for older silicon versions, MUSB | 614 | * without resetting the MUSB. But for older silicon versions, MUSB |