commit | 5377adb092664d336ac212499961cac5e8728794 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Wed Nov 18 02:01:21 2015 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 01 14:45:52 2015 -0800 |
tree | 5c838c0ed09e5de11a6c466a75bc76f377ecc3cc | |
parent | f9fa1887dcf26bd346665a6ae3d3f53dec54cba1 [diff] |
usb: Use the USB_SS_MULT() macro to decode burst multiplier for log message usb_parse_ss_endpoint_companion() now decodes the burst multiplier correctly in order to check that it's <= 3, but still uses the wrong expression if warning that it's > 3. Fixes: ff30cbc8da42 ("usb: Use the USB_SS_MULT() macro to get the ...") Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>