commit | dadcd398b3f059a0aa9de1cac8030a1d5a3791a5 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Fri May 12 12:09:25 2017 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Fri Jun 09 11:39:23 2017 +0200 |
tree | 939fba38103cf239c53e93b185a838b11d33f9ca | |
parent | f2a918b40cea994f9524ace67fd05ef42a8d9e5b [diff] |
can: peak_usb: fix product-id endianness in error message Make sure to use the USB device product-id stored in host-byte order in a probe error message. Also remove a redundant reassignment of the local usb_dev variable which had already been used to retrieve the product id. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>