Commit 3709ffca authored by Felipe Balbi's avatar Felipe Balbi

usb: musb: dsps: add dsps_ prefix to sw_babble_control

this makes it easier to filter function traces.
No functional changes.
Tested-by: default avatarBin Liu <b-liu@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent a67cab72
......@@ -549,7 +549,7 @@ static int dsps_musb_set_mode(struct musb *musb, u8 mode)
return 0;
}
static bool sw_babble_control(struct musb *musb)
static bool dsps_sw_babble_control(struct musb *musb)
{
u8 babble_ctl;
bool session_restart = false;
......@@ -608,7 +608,7 @@ static int dsps_musb_reset(struct musb *musb)
int session_restart = 0, error;
if (glue->sw_babble_enabled)
session_restart = sw_babble_control(musb);
session_restart = dsps_sw_babble_control(musb);
/*
* In case of new silicon version babble condition can be recovered
* without resetting the MUSB. But for older silicon versions, MUSB
......
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