commit | 95a34940565e0a9bfef4a089d7365dff8858d376 | [log] [tgz] |
---|---|---|
author | Nathan Chancellor <natechancellor@gmail.com> | Sat Apr 07 12:16:19 2018 -0700 |
committer | Ćukasz Patron <priv.luk@gmail.com> | Tue Oct 24 11:11:25 2023 +0000 |
tree | 1c4b95f0ee73d1e2bf1453c222717ba576a3efe3 | |
parent | a9ba137dbefc73dc642dc2e185449a294f3acb87 [diff] |
icnss: Fix enum-conversion warning from Clang ../drivers/soc/qcom/icnss.c:3154:37: warning: implicit conversion from enumeration type 'enum icnss_driver_mode' to different enumeration type 'enum wlfw_driver_mode_enum_v01' [-Wenum-conversion] ret = wlfw_wlan_mode_send_sync_msg(mode); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~ 1 warning generated. Change-Id: I7ff0326411b4b2a6e020cf50bc655ec26c1e4992 Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>