summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/phy-fsm-usb.h
diff options
context:
space:
mode:
authorAnton Tikhomirov <av.tikhomirov@samsung.com>2013-10-03 03:42:04 (GMT)
committerFelipe Balbi <balbi@ti.com>2013-10-04 14:44:49 (GMT)
commit68041785d0c69884c4adb3bcab48f92ac3e75629 (patch)
tree13311f7b51da1fe225504ab867d016b0eed5b366 /drivers/usb/phy/phy-fsm-usb.h
parentcff4dab4cb95d394e9fd73f668326dac06e57b10 (diff)
downloadlinux-fsl-qoriq-68041785d0c69884c4adb3bcab48f92ac3e75629.tar.xz
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 4049e5c..2f185ed 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;