diff options
author | Fabio Estevam <[email protected]> | 2013-01-07 22:42:35 -0200 |
---|---|---|
committer | Chris Ball <[email protected]> | 2013-02-24 14:36:51 -0500 |
commit | fd63ac761a2385a69859867b2d51b716d91fcc36 (patch) | |
tree | fd337ec8c5182547c24ad1ab43027cd68ada242b /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py | |
parent | e7be434acc50ec436039dbc9840fcf1f670a1ef9 (diff) |
mmc: mxs-mmc: Fix warning due to incorrect type
Fixes the following warning when building with W=1 option:
drivers/mmc/host/mxs-mmc.c: In function 'mxs_mmc_adtc':
drivers/mmc/host/mxs-mmc.c:401:2: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
The warning happens because 'i' is used in 'for_each_sg(sgl, sg, sg_len, i)' and should be made unsigned.
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions