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:48 +0200
commitcff4dab4cb95d394e9fd73f668326dac06e57b10 (patch)
tree0db13178d017c2a3bb04d0c4716a712f07208c47 /drivers/usb/phy/phy-fsl-usb.c
parentusb: phy: Add and use missed OTG FSM timers (diff)
downloadkernel-qcow2-linux-cff4dab4cb95d394e9fd73f668326dac06e57b10.tar.gz
kernel-qcow2-linux-cff4dab4cb95d394e9fd73f668326dac06e57b10.tar.xz
kernel-qcow2-linux-cff4dab4cb95d394e9fd73f668326dac06e57b10.zip
usb: phy: Rename OTG FSM informative variables
Mark informative variables with suffix '_inf' to distinguish them from other non-informative variables with the same name. If such non-informative varialbes were missed, they are created. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-fsl-usb.c b/drivers/usb/phy/phy-fsl-usb.c
index 649586169be5..d13ccd58a423 100644
--- a/drivers/usb/phy/phy-fsl-usb.c
+++ b/drivers/usb/phy/phy-fsl-usb.c
@@ -1113,7 +1113,7 @@ static long fsl_otg_ioctl(struct file *file, unsigned int cmd,
break;
case SET_A_SUSPEND_REQ:
- fsl_otg_dev->fsm.a_suspend_req = arg;
+ fsl_otg_dev->fsm.a_suspend_req_inf = arg;
break;
case SET_A_BUS_DROP: