staging:wlan-ng:Fix sparse warning cast to restricted __le16
authorHimangi Saraogi <himangi774@gmail.com>
Wed, 5 Mar 2014 15:40:52 +0000 (21:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 21:48:03 +0000 (13:48 -0800)
commit8cbe56e09c49c536300da86893d2fe16ff1390f0
treea9c32045cc784e9d234dd7aadbcbdb629785679d
parent4d8c1d0fdf7eda1570c00a89ce21037a2f0cd003
staging:wlan-ng:Fix sparse warning cast to restricted __le16

This patch fixes the following sparse warnings:
drivers/staging/wlan-ng/hfa384x_usb.c:3582:14: warning: cast to
restricted __le16
drivers/staging/wlan-ng/hfa384x_usb.c:3584:19: warning: cast to
restricted __le16
by changing the annotations in the struct declaration.

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x.h