Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16124541 authored by John W. Linville's avatar John W. Linville
Browse files

rt2x00: correct sparse warning in rt2x00debug.c



  CHECK   drivers/net/wireless/rt2x00/rt2x00debug.c
drivers/net/wireless/rt2x00/rt2x00debug.c:193:28: warning: incorrect type in assignment (different base types)
drivers/net/wireless/rt2x00/rt2x00debug.c:193:28:    expected restricted __le32 [usertype] chip_rev
drivers/net/wireless/rt2x00/rt2x00debug.c:193:28:    got restricted __le16 [usertype] <noident>

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Acked-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
parent cc40cc56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ struct rt2x00dump_hdr {

	__le16 chip_rt;
	__le16 chip_rf;
	__le32 chip_rev;
	__le16 chip_rev;

	__le16 type;
	__u8 queue_index;