diff options
| author | Yu Wang <yyuwang@codeaurora.org> | 2017-03-10 15:19:02 +0800 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-24 23:19:06 -0700 |
| commit | 173abd31491c685e6bcad659d05f2d422250c101 (patch) | |
| tree | 9a6d77bb4e81129a38a1013cb594d9641815edfb /wmi/src | |
| parent | 038148326ba1287bb39254eaa2d41eb01ea71b89 (diff) | |
qcacmn: add 'const' for 'section' in struct TGT_REG_TABLE
To fix the following compilation error:
warning: assignment discards ‘const’
qualifier from pointer target type, at:
reg_table->section = ar6320v2_reg_table
in ol_fw.c.
It's because the register table is a
const array, while reg_table->section does
not point to a const.
So add 'const' for 'section'.
Change-Id: Idfef358817241e73d660d2730b74c2ca88e23af1
CRs-Fixed: 2017786
Diffstat (limited to 'wmi/src')
0 files changed, 0 insertions, 0 deletions
