]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: wlan-ng: hfa384x: fix several type issues.
authorNikola Jelic <nikola.jelic83@gmail.com>
Tue, 23 May 2017 21:02:45 +0000 (23:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2017 14:41:38 +0000 (16:41 +0200)
commit126ef7760b53585850c9091f35c552e65c209d57
tree03f2196cbaf366bef31b87d92e7cc59d0fcb21ce
parent675b62d288908eaa6cb2b275c64bbd7973e01259
staging: wlan-ng: hfa384x: fix several type issues.

There were several in-place conversions of 16 and 32-bit data, which caused
sparse to detect them. Changed them to the in situ versions, such as:
le16_to_cpu -> le16_to_cpus

Signed-off-by: Nikola Jelic <nikola.jelic83@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x_usb.c