USB: Checking the wrong variable in usb_disable_lpm()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 22 May 2012 17:54:34 +0000 (20:54 +0300)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 13 Jun 2012 23:37:21 +0000 (16:37 -0700)
commit55558c33d6d46cb6f426b729f4119e3b2f12f02b
tree985981b5e279a96198c727e67de95b7030e968c1
parentf2d0ed7134a15aff53aa9b09489a39bc69b1b211
USB: Checking the wrong variable in usb_disable_lpm()

We check "u1_params" instead of checking "u2_params".

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/core/hub.c