diff options
author | Ivan Bornyakov <brnkv.i1@gmail.com> | 2018-05-25 20:49:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-29 09:59:53 -0400 |
commit | f9c6442a8f0b1dde9e755eb4ff6fa22bcce4eabc (patch) | |
tree | 4aaae2913584f690008cebd6b7594322e60872f7 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 312564269535892cc082bc80592150cd1f5e8ec3 (diff) |
atm: zatm: fix memcmp casting
memcmp() returns int, but eprom_try_esi() cast it to unsigned char. One
can lose significant bits and get 0 from non-0 value returned by the
memcmp().
Signed-off-by: Ivan Bornyakov <brnkv.i1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions