mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()
authorStefan Roese <sr@denx.de>
Fri, 6 Mar 2020 14:14:03 +0000 (15:14 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 27 Apr 2020 18:30:13 +0000 (20:30 +0200)
commit896449fa29cc8b2906da540448d95eac09d99fc3
tree56bce3ad6a836d237c55f7f3e59c0fc107a3f198
parente9dbd1ac8239317809dba140125c1f35f03524de
mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()

This function returns "-1" (true) upon error. So the function name does
not match its implementation which is confusing. This patch renames the
function to dqs_test_error() which makes the code easier to read.

Also change the return type to bool and return "true" or "false".

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Weijie Gao <weijie.gao@mediatek.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Weijie Gao <weijie.gao@mediatek.com>
arch/mips/mach-mtmips/ddr_cal.c