Files
linux/drivers
Ivan Bornyakov acf477d528 atm: zatm: fix memcmp casting
[ Upstream commit f9c6442a8f ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-07-03 11:21:24 +02:00
..
2018-07-03 11:21:24 +02:00
2018-06-16 09:54:26 +02:00
2018-02-25 11:03:46 +01:00
2018-06-06 16:46:22 +02:00
2018-02-25 11:03:51 +01:00
2018-06-13 16:15:28 +02:00
2018-05-26 08:48:52 +02:00