]> git.karo-electronics.de Git - linux-beck.git/commit
USB: serial: ti_usb_3410_5052: do not use __uX types
authorMathieu OTHACEHE <m.othacehe@gmail.com>
Tue, 26 Jul 2016 17:59:41 +0000 (19:59 +0200)
committerJohan Hovold <johan@kernel.org>
Tue, 23 Aug 2016 08:07:39 +0000 (10:07 +0200)
commitf1054b2d6a6b7b87c91467a301c2c08413f92d86
tree0bb6aa1bb54b916dcb79a0f32ed57dc5b2a49d02
parent919568691df41e655a6dac2b7a5f94befeedaf71
USB: serial: ti_usb_3410_5052: do not use __uX types

__uX types should only be used for user-space interactions.

Also clean up uart-config endianess handling, and drop some redundant
casts.

Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com>
[ johan: amend commit message ]
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ti_usb_3410_5052.c