Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3756911pxk; Tue, 29 Sep 2020 05:38:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyqQUsTMTANeaKKuO8P/QGSvpficcY2rrdbmjvvJDksB3UIs9xNhugEiV+bpelMVzxk8NV+ X-Received: by 2002:a05:6402:78b:: with SMTP id d11mr3085849edy.341.1601383120179; Tue, 29 Sep 2020 05:38:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601383120; cv=none; d=google.com; s=arc-20160816; b=DRtvW33OAER/a7vBkcs84wfgBNtzr1mTGbzqSRETXLD2Ft2L0CA0An9OoGXwTjWxNR fzWMpMoh+A3MtCAvvNOvTtwWxOuMEZK2561wHuE4VinBPddMVpSJ0hipCJiU3SDndgRU OqfvN755NiFTojcjIJ2Vya9q484GYjWm/u08TnCuMyYGloEQgkzi2mqjkbXoGYMR5dm5 73VEsjVYm9c0Ajsr6ZclwGAdC/7S/WM5ie2m9O5BckjNB52ROxiKtE+p09yBnJ59J5Q1 cnxqHARbs6guJUNZJM+bnyov9IDLCakoDykawmUSphvoUuxPMZUlle6dt0BsCHldLcIR XDzw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=1drE2oEzTrg1qiWFe2CD+o9700YIAVrwniP67XHUE0o=; b=DJQoUQplwkzEjf1So+HFF/P5jA490geKy4QrCilkjXfhNPPLnZ9PSW+cLSOXyUoWW7 7SQr4+lN0ZY9PLHTkUbyKJ7fmMXu+zBf8wkoq/TdJ0bC1+usRISjvYnn5TRnFJrdnWQi p8owF4l7Ul7kB6UWnFfU0bALWJqz3tL0OmpHSxZNhxo9aPwJfLVJGsX5g5DJXGvnc/uS ZUXkuUBpHIxRopu7b719euATDAaw/duqQlx/FF7dFClpssXige42BInXJmEMlObHvX7R DLyq0qXW6B97Nu2uxBJh86NbsqNsK6wDhIb5LtmgJpUtsSezfe+oXgMiPq5OJYhPeDdJ 133A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=evvxafZl; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id kq26si2582655ejb.252.2020.09.29.05.38.16; Tue, 29 Sep 2020 05:38:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=evvxafZl; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733174AbgI2Mgr (ORCPT + 99 others); Tue, 29 Sep 2020 08:36:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:36426 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729510AbgI2LU6 (ORCPT ); Tue, 29 Sep 2020 07:20:58 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9DB612376E; Tue, 29 Sep 2020 11:18:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601378316; bh=Qnb7v+IqHLj39Yydb1cSs7Vz5UOoaqF/j5QMD0w0o8Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=evvxafZlxNgNDfbRxzTAzeNZ0FkuYd/J/Txj2ECKScq4YN0HGuuweV8CTQ1j5K+Cc /T98m+jZMpT5lLEss2tM4crFdFrCc4OOEI+Tpgw1EW0j4Cfqmy6TMLHySzGPo1Yb0S vrKFLV0jLuuSmcdy9oX60/ZXplOYbbCvumgq37lg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Colin Ian King , Sasha Levin Subject: [PATCH 4.14 120/166] USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned int Date: Tue, 29 Sep 2020 13:00:32 +0200 Message-Id: <20200929105941.184889136@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200929105935.184737111@linuxfoundation.org> References: <20200929105935.184737111@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King [ Upstream commit a7f40c233a6b0540d28743267560df9cfb571ca9 ] The comparison of hcd->irq to less than zero for an error check will never be true because hcd->irq is an unsigned int. Fix this by assigning the int retval to the return of platform_get_irq and checking this for the -ve error condition and assigning hcd->irq to retval. Addresses-Coverity: ("Unsigned compared against 0") Fixes: c856b4b0fdb5 ("USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()") Signed-off-by: Colin Ian King Link: https://lore.kernel.org/r/20200515165453.104028-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/usb/host/ehci-mv.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c index 273736e1d33fa..b29610899c9f6 100644 --- a/drivers/usb/host/ehci-mv.c +++ b/drivers/usb/host/ehci-mv.c @@ -196,11 +196,10 @@ static int mv_ehci_probe(struct platform_device *pdev) hcd->rsrc_len = resource_size(r); hcd->regs = ehci_mv->op_regs; - hcd->irq = platform_get_irq(pdev, 0); - if (hcd->irq < 0) { - retval = hcd->irq; + retval = platform_get_irq(pdev, 0); + if (retval < 0) goto err_disable_clk; - } + hcd->irq = retval; ehci = hcd_to_ehci(hcd); ehci->caps = (struct ehci_caps *) ehci_mv->cap_regs; -- 2.25.1