From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weijie Gao Date: Wed, 15 Apr 2020 15:21:33 +0800 Subject: [PATCH 2/3] mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/max In-Reply-To: <20200306141405.24539-2-sr@denx.de> References: <20200306141405.24539-1-sr@denx.de> <20200306141405.24539-2-sr@denx.de> Message-ID: <1586935293.26858.146.camel@mcddlt001> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2020-03-06 at 15:14 +0100, Stefan Roese wrote: > 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 > Cc: Weijie Gao > Cc: Daniel Schwierzeck > --- > arch/mips/mach-mtmips/ddr_cal.c | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) > Reviewed-by: Weijie Gao