commit | 627871b71c89a6ec12fbed75063f238e0c7127b2 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <mka@chromium.org> | Thu Apr 06 14:21:35 2017 -0700 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Apr 19 17:00:48 2017 +0300 |
tree | 6efa2f5c62e84c0dadf672d34ef5b638dba16ced | |
parent | 050fd820dc177a77f6f74a152db22fff25a35032 [diff] |
ath9k: Add cast to u8 to FREQ2FBIN macro The macro results are assigned to u8 variables/fields. Adding the cast fixes plenty of clang warnings about "implicit conversion from 'int' to 'u8'". Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>