Re: [PATCH] net: irda: irda-usb: fix firmware name on big-endian hosts

2017-05-12 Thread David Miller
From: Johan Hovold Date: Fri, 12 May 2017 12:11:13 +0200 > Add missing endianness conversion when using the USB device-descriptor > bcdDevice field to construct a firmware file name. > > Fixes: 8ef80aef118e ("[IRDA]: irda-usb.c: STIR421x cleanups") > Cc: stable # 2.6.18 > Cc: Nick Fedchik

[PATCH] net: irda: irda-usb: fix firmware name on big-endian hosts

2017-05-12 Thread Johan Hovold
Add missing endianness conversion when using the USB device-descriptor bcdDevice field to construct a firmware file name. Fixes: 8ef80aef118e ("[IRDA]: irda-usb.c: STIR421x cleanups") Cc: stable # 2.6.18 Cc: Nick Fedchik Signed-off-by: Johan Hovold --- drivers/net/irda/irda-usb.c | 2 +- 1