Ivan Bornyakov f9c6442a8f 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>
2018-05-29 09:59:53 -04:00
..
2017-08-09 22:43:50 -07:00
2017-08-09 22:43:50 -07:00
2017-11-30 09:26:32 -05:00
2015-01-18 00:28:41 -05:00
2017-08-09 22:43:50 -07:00
2018-05-29 09:59:53 -04:00