aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2011-09-21 10:16:24 +0300
committerFlorian Tobias Schandinat <[email protected]>2011-10-03 15:52:05 +0000
commit261e767628bb5971b9032439818237cc8511ea94 (patch)
tree11dccee774a968ad9c11c9b178b0e4979eddb4ea /tools/perf/util/scripting-engines/trace-event-python.c
parent2b7a905dd0d24d14a1099653ba63b7113a82fc54 (diff)
smscufx: change edid data to u8 instead of char
Having "edid" as char caused a problem in ufx_read_edid() where we compared "edid[i] != 0xFF". Because of the type difference, the condition was never true and the error checking failed. Also I added a __user notation to silence a sparse complaint. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Florian Tobias Schandinat <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions