summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorYogesh Ashok Powar <yogeshp@marvell.com>2012-01-17 15:45:15 +0530
committerJohn W. Linville <linville@tuxdriver.com>2012-01-17 10:12:27 -0500
commit604c4ef1c453a1b2ea2cdf04d2b49afec421ebfa (patch)
treeafa052c6f337e7bf1757a87cfed25dd854c14c3b /tools/perf/scripts/python/export-to-sqlite.py
parent544204733a20200951c271f81c74930ba5424638 (diff)
downloadkernel-604c4ef1c453a1b2ea2cdf04d2b49afec421ebfa.tar.gz
mwl8k: Fixing Sparse ENDIAN CHECK warning
Fixing following sparse warning >drivers/net/wireless/mwl8k.c:2780:15: warning: incorrect type in assignment (different base types) >drivers/net/wireless/mwl8k.c:2780:15: expected restricted unsigned short [usertype] channel >drivers/net/wireless/mwl8k.c:2780:15: got unsigned short [unsigned] [usertype] hw_value Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
2020-10-22 09:59:21 -0700'>2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2020-09-08sysctl: Convert to iter interfacesMatthew Wilcox (Oracle) 2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau