commit | 6ba265e9cc764bc401cda284954cf2bdd4408c38 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Fri Jan 23 17:03:06 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 29 16:01:26 2009 -0500 |
tree | d6c0921552cc3dd88aa0c1ce69239e61df175f78 | |
parent | 81b1e19ac2cadc2f8a05c82ffb1abe20a0594d1f [diff] |
rt2x00: rt2x00_rev() should return u32 The "rev" field in chipset definition is an u32, which means that rt2x00_rev() which returns that field should be of the same type. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>