qcacmn: Fix compilation error in flow control switch case logic
In flow control code switch logic break statements are not used intentionally, but compiler is treating this as error. So to avoid compilation error add fall through comment. Change-Id: Ic79b75c48554182fba7c4c0f3885e3a44347e2e7 CRs-Fixed: 3090182
Loading
Please register or sign in to comment