aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSimon Horman <[email protected]>2009-12-23 19:54:54 +1100
committerGreg Kroah-Hartman <[email protected]>2010-03-03 16:42:38 -0800
commitcf137d5c49379c5f05fba40baf1535b611410ec0 (patch)
treee42e65e4f0455e27f13a7a30647f8cde100b88b8 /tools/perf/scripts/python
parent27b93f80e47a49a0584a4c8fb58bc44f9e026256 (diff)
Staging: rtl8192su, rtl8192u: use min_t() in store_debug_level()
sizeof() returns a size_t but the other types involved are unsigned long, so using min() results in a warning. As sizeof() is called on an 11 character buffer defined immediately above unsigned long is obviously wide enough for the result. Signed-off-by: Simon Horman <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions