commit | f9c6442a8f0b1dde9e755eb4ff6fa22bcce4eabc | [log] [tgz] |
---|---|---|
author | Ivan Bornyakov <brnkv.i1@gmail.com> | Fri May 25 20:49:52 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue May 29 09:59:53 2018 -0400 |
tree | 4aaae2913584f690008cebd6b7594322e60872f7 | |
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>