From: Edward Cree <[email protected]> Date: Mon, 24 Aug 2020 16:18:51 +0100
> check_fcs() was returning bool as 0/1, which was a sign that the sense > of the function was unclear: false was good, which doesn't really match > a name like 'check_$thing'. So rename it to ef100_has_fcs_error(), and > use proper booleans in the return statements. > > Reported-by: kernel test robot <[email protected]> > Signed-off-by: Edward Cree <[email protected]> Applied, thank you.
