Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08debfb1 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: host: sl811: use new USB_RESUME_TIMEOUT



Make sure we're using the new macro, so our
resume signaling will always pass certification.

Cc: <stable@vger.kernel.org> # v3.10+
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 7a606ac2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1259,7 +1259,7 @@ sl811h_hub_control(
			sl811_write(sl811, SL11H_CTLREG1, sl811->ctrl1);

			mod_timer(&sl811->timer, jiffies
					+ msecs_to_jiffies(20));
					+ msecs_to_jiffies(USB_RESUME_TIMEOUT));
			break;
		case USB_PORT_FEAT_POWER:
			port_power(sl811, 0);