commit | ad0ccac76dcc92c3331f4c94c9fc54f8bf1ab20c | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu May 11 11:41:19 2017 +0200 |
committer | Johan Hovold <johan@kernel.org> | Mon May 15 11:50:34 2017 +0200 |
tree | 40212b074753f4d3f8534d49b6b9ac47896645d1 | |
parent | bb246681b3ed0967489a7401ad528c1aaa1a4c2e [diff] |
USB: serial: ir-usb: fix big-endian baud-rate debug printk Add missing endianness conversion when printing the supported baud rates. Found using sparse: warning: restricted __le16 degrades to integer Fixes: e0d795e4f36c ("usb: irda: cleanup on ir-usb module") Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>