diff options
| author | Arend van Spriel <[email protected]> | 2015-01-25 20:31:43 +0100 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2015-01-29 10:00:19 +0200 |
| commit | 4165fe9a9287aa9c8e7e4152c21ee179d49d129e (patch) | |
| tree | 56f5a0b9200202954125c3cadb1e8a7c2ffba6b1 /tools/perf/scripts/python | |
| parent | 7f52c81d02a27943e0c45103d7d10f629b0b58ae (diff) | |
brcmfmac: fix nvram processing
The nvram file can hold a key=value combination in which the value
may have spaces, ie. 'RAW1=80 02 fe ff'. The parsing functionality
did not deal with this so it gives an error message:
[621746.311635] brcmfmac: brcmf_nvram_handle_key
warning: ln=90:col=11: '=' expected, skip invalid key entry
because RAW1=80 is being considerd as key=value pair and it expects
'=' sign after '02' for next key=value pair. This entry can be
completely ignored as firmware does not need it.
Reviewed-by: Hante Meuleman <[email protected]>
Reviewed-by: Daniel (Deognyoun) Kim <[email protected]>
Reviewed-by: Franky (Zhenhui) Lin <[email protected]>
Reviewed-by: Pieter-Paul Giesberts <[email protected]>
Signed-off-by: Arend van Spriel <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions