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 X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0186C433B4 for ; Tue, 27 Apr 2021 11:27:35 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 845AA61002 for ; Tue, 27 Apr 2021 11:27:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 845AA61002 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=tronnes.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A24D16E05D; Tue, 27 Apr 2021 11:27:34 +0000 (UTC) Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3005::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id E64286E05D for ; Tue, 27 Apr 2021 11:27:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tronnes.org ; s=ds202012; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=y4KXqSP0dGeaDdsm6h7KoKa8Vab174WfyqgTKmP0FrE=; b=hWgxmAvlXk1TD8d0/4fuy2rUQm nYFDy4jfEsCu/aZP+V48Z9p0aLiTsinMcZbsmemIWDpcM5CPhllFOSrSiEOMlycchzm9hV+L/9bQt mornNkHoxkjiW5W0YRwaa03jy8TDOyLsZ9nT0De053Wa2KC7q7InDMJRyREUFQ78/FGGbbwtWYInY TZPKYlWpGBP0jgf13bVWp5/NU5OeV44zVMEhResFSP7QW0EQRJLXX1AHCcwhgJ9npg6V1qnVHJJ/I RtEvCq6HIm7cJoGmHL6O0924c9YKwO2/l9PbeCBNThjYNntUg3o/2HhZ+U3pgfdKSG1YlCp0lmUvm zWkLonhQ==; Received: from [2a01:799:95f:4600:cca0:57ac:c55d:a485] (port=61503) by smtp.domeneshop.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lbLsK-0006Dv-6n; Tue, 27 Apr 2021 13:27:32 +0200 Subject: Re: [PATCH v1 1/7] drm/st7735r: Avoid spamming logs if probe is deferred To: Andy Shevchenko , Sam Ravnborg , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20210421163157.50949-1-andriy.shevchenko@linux.intel.com> From: =?UTF-8?Q?Noralf_Tr=c3=b8nnes?= Message-ID: <63e7b758-a1c0-db7c-6523-53d08c2f8726@tronnes.org> Date: Tue, 27 Apr 2021 13:27:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <20210421163157.50949-1-andriy.shevchenko@linux.intel.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , Kamlesh Gurudasani , David Lechner Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Den 21.04.2021 18.31, skrev Andy Shevchenko: > The GPIO request can fail and probe may be deferred. Thus, > the error message may be printed again and again. Avoid > this by replacing DRM_DEV_ERROR() by dev_err_probe(). > > Signed-off-by: Andy Shevchenko > --- Series is applied to drm-misc-next. Thanks, Noralf. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel