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 EFEFAC433EF for ; Fri, 18 Mar 2022 12:39:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236342AbiCRMka (ORCPT ); Fri, 18 Mar 2022 08:40:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230008AbiCRMk2 (ORCPT ); Fri, 18 Mar 2022 08:40:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B023C18F21D for ; Fri, 18 Mar 2022 05:39:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4C1C461901 for ; Fri, 18 Mar 2022 12:39:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA313C340E8; Fri, 18 Mar 2022 12:39:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1647607148; bh=zxyFC1RhX5V/03Wdp1/VeZsTVcnZfZpSL4KZw8hU2po=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fVmVuI0xnoTQ3s7x2L9+g/JoaxkG9gB2UuOSqT5k6WO3Tnv/6ORu8iM0GLVCMU1C4 JU5T6nwnj2VhEuYqYpUReLN4qTGXHmwv3csEG7tb8Yce5mRS037JRGVs+BmcowGx6B ApbdWLs+8AenySVhJ1qXbntoaIXAZizXaCpKJBlc= Date: Fri, 18 Mar 2022 13:39:02 +0100 From: Greg Kroah-Hartman To: Yihao Han Cc: Arnd Bergmann , linux-kernel@vger.kernel.org, kernel@vivo.com Subject: Re: [PATCH] mfd: hi6421-spmi-pmic: fix platform_get_irq.cocci warning Message-ID: References: <20220302065629.6855-1-hanyihao@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220302065629.6855-1-hanyihao@vivo.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 01, 2022 at 10:56:29PM -0800, Yihao Han wrote: > Remove dev_err() messages after platform_get_irq*() failures. > platform_get_irq() already prints an error. > > Generated by: scripts/coccinelle/api/platform_get_irq.cocci > > Signed-off-by: Yihao Han > --- > drivers/misc/hi6421v600-irq.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Subject line is wrong :(