From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3820C00528 for ; Fri, 4 Aug 2023 11:58:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229578AbjHDL5v (ORCPT ); Fri, 4 Aug 2023 07:57:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbjHDL5t (ORCPT ); Fri, 4 Aug 2023 07:57:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 64E57B1; Fri, 4 Aug 2023 04:57:48 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 038A561FA9; Fri, 4 Aug 2023 11:57:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1664DC433C7; Fri, 4 Aug 2023 11:57:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691150267; bh=KcgazaGjBuDGqutZBwoUPbbDeArwjFsTuUJNqkdlBrk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sCs4YQV0vLsYLvOvIfnyojGtS32CO3M3BKBOlN3IlaLuBvKtIJa/yuY462I4F+1/7 CWmrMfYIK3kfPkwme+GD33CdIKXVvVvEdFx4mmAF04l2WBsnbaHQWn2n8MbqbJyjzf AY7yJ/yEJ690cC//eATkWFSzKopIEM7B97VvwSlo= Date: Fri, 4 Aug 2023 13:57:44 +0200 From: Greg KH To: coolrrsh@gmail.com Cc: broonie@kernel.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org Subject: Re: [PATCH 2/2] fixes warning Message-ID: <2023080435-knapsack-litter-2cbd@gregkh> References: <20230804115121.34035-1-coolrrsh@gmail.com> <20230804115121.34035-2-coolrrsh@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230804115121.34035-2-coolrrsh@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 04, 2023 at 05:21:21PM +0530, coolrrsh@gmail.com wrote: > From: Rajeshwar R Shinde > > drivers/spi/spi-mpc52xx-psc.c:332:5-13: > WARNING: Unsigned expression compared with zero: mps -> irq < 0 > > Signed-off-by: Rajeshwar R Shinde > --- > drivers/spi/spi-mpc52xx-psc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Your subject lines are not correct :(