summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-fsl-usb.c
diff options
context:
space:
mode:
authorAnton Tikhomirov2013-10-03 05:42:04 +0200
committerFelipe Balbi2013-10-04 16:44:49 +0200
commit68041785d0c69884c4adb3bcab48f92ac3e75629 (patch)
tree13311f7b51da1fe225504ab867d016b0eed5b366 /drivers/usb/phy/phy-fsl-usb.c
parentusb: phy: Rename OTG FSM informative variables (diff)
downloadkernel-qcow2-linux-68041785d0c69884c4adb3bcab48f92ac3e75629.tar.gz
kernel-qcow2-linux-68041785d0c69884c4adb3bcab48f92ac3e75629.tar.xz
kernel-qcow2-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-fsl-usb.c')
-rw-r--r--drivers/usb/phy/phy-fsl-usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/phy/phy-fsl-usb.c b/drivers/usb/phy/phy-fsl-usb.c
index d13ccd58a423..7f3c73b967ce 100644
--- a/drivers/usb/phy/phy-fsl-usb.c
+++ b/drivers/usb/phy/phy-fsl-usb.c
@@ -1067,7 +1067,7 @@ static int show_fsl_usb2_otg_state(struct device *dev,
"b_bus_suspend: %d\n"
"b_conn: %d\n"
"b_se0_srp: %d\n"
- "b_sess_end: %d\n"
+ "b_ssend_srp: %d\n"
"b_sess_vld: %d\n"
"id: %d\n",
fsm->a_bus_req,
@@ -1082,7 +1082,7 @@ static int show_fsl_usb2_otg_state(struct device *dev,
fsm->b_bus_suspend,
fsm->b_conn,
fsm->b_se0_srp,
- fsm->b_sess_end,
+ fsm->b_ssend_srp,
fsm->b_sess_vld,
fsm->id);
size -= t;