summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-fsm-usb.h
diff options
context:
space:
mode:
authorAnton Tikhomirov <av.tikhomirov@samsung.com>2013-10-03 05:42:04 +0200
committerFelipe Balbi <balbi@ti.com>2013-10-04 16:44:49 +0200
commit68041785d0c69884c4adb3bcab48f92ac3e75629 (patch)
tree13311f7b51da1fe225504ab867d016b0eed5b366 /drivers/usb/phy/phy-fsm-usb.h
parentusb: phy: Rename OTG FSM informative variables (diff)
downloadlinux-68041785d0c69884c4adb3bcab48f92ac3e75629.tar.xz
linux-68041785d0c69884c4adb3bcab48f92ac3e75629.zip
usb: phy: Rename "B-device session end SRP" OTG FSM input
In accordance with OTG and EH supplement, the correct name of the FSM input is b_ssend_srp. Signed-off-by: Anton Tikhomirov <av.tikhomirov@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/phy-fsm-usb.h')
-rw-r--r--drivers/usb/phy/phy-fsm-usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-fsm-usb.h b/drivers/usb/phy/phy-fsm-usb.h
index 4049e5cc4abb..2f185ed0f54f 100644
--- a/drivers/usb/phy/phy-fsm-usb.h
+++ b/drivers/usb/phy/phy-fsm-usb.h
@@ -67,7 +67,7 @@ struct otg_fsm {
int b_bus_suspend;
int b_conn;
int b_se0_srp;
- int b_sess_end;
+ int b_ssend_srp;
int b_sess_vld;
int id;