mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/max
authorStefan Roese <sr@denx.de>
Fri, 6 Mar 2020 14:14:04 +0000 (15:14 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 27 Apr 2020 18:30:13 +0000 (20:30 +0200)
commit112add362be04d085bd6b6a9d728242639404c21
treef281a1d7a24c1499696cdcfc0bf99c4841120e81
parent896449fa29cc8b2906da540448d95eac09d99fc3
mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/max

This change is made to enable comparison of integer variables, which
might be negative in the next patch. No functional change is intended
in this patch.

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