commit | b567edbfc85ac375181862808928aeb381560c68 | [log] [tgz] |
---|---|---|
author | Mark Starovoytov <mstarovoitov@marvell.com> | Fri Jul 17 21:01:46 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 17 19:00:54 2020 -0700 |
tree | f93f95a5afa361de50aaad18029f7b62e76cdd77 | |
parent | 11f3c1f583ea3f43cc244dba12ff77943de3edd9 [diff] |
net: atlantic: align return value of ver_match function with function name This patch aligns the return value of hw_atl_utils_ver_match function with its name. Change the return type to bool, because it's better aligned with the actual usage. Return true when the version matches, false otherwise. Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>