Skip to content
Commit 1a8cd41e authored by Nathan Chancellor's avatar Nathan Chancellor Committed by Kader Bava
Browse files

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.

Signed-off-by: default avatarNathan Chancellor <natechancellor@gmail.com>
Signed-off-by: default avatarimprobir <ghosh_probir@yahoo.com>
parent 650cd591
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment