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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 5FE9EC5519F for ; Sat, 14 Nov 2020 15:38:33 +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 1A1522225E for ; Sat, 14 Nov 2020 15:38:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1A1522225E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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 98D936E932; Sat, 14 Nov 2020 15:38:32 +0000 (UTC) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 89BBB6E931 for ; Sat, 14 Nov 2020 15:38:31 +0000 (UTC) Received: by mail-wr1-f66.google.com with SMTP id d12so13596282wrr.13 for ; Sat, 14 Nov 2020 07:38:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=69qJWYnkpX9ioi+qZUPFiAO05y/pWbxM2in9qciZRJI=; b=HSFm+fP2Ont+A82KpY4Kfy52DxndlhgZPAdZ9vB8KzHXEb/MPku1sk+ItWQOgcdJFQ QJpLSkMqX7PkUxfDsL/jUK5gNhKUdUufQUREK+JVfYyvZGqhvxkZI4NA3exGLY+1c6sd Pp0/+Rqq2ialUb30JRrQj107A7TZMvGtWy/xNDHAC5z0pV7HeChC9Nk2EJFJp4HMXUUu CaJuiR1BUR7lthOR8gJnSCMzrmfC0h1daxigOnyGIvw0dAuPR1jms1f+oBFj1rwEpe9P OcJyuFxcG6Iv/yPpqi2n6ZZscn8BKfoxn+Hpd2Jb3lhMgpScVRdbVPJgfGRk9uTnmsfI 58nA== X-Gm-Message-State: AOAM532KLFFaXA8oJmPx1UDCGD52VMLGx0PzGEE95COpWRln4Y3R7O80 XxFCOgl96QjeJD2xMqGyMgg= X-Google-Smtp-Source: ABdhPJzGD2upHveWozj9/L9++omxHZy6/WMjZ1VlhkXJYpJnfssMc3CoHSdH0lNlmeAn5QKPbKBoCA== X-Received: by 2002:a5d:5342:: with SMTP id t2mr9923823wrv.243.1605368310239; Sat, 14 Nov 2020 07:38:30 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id 30sm8374755wrd.88.2020.11.14.07.38.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 14 Nov 2020 07:38:29 -0800 (PST) Date: Sat, 14 Nov 2020 16:38:27 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v8 05/26] memory: tegra20-emc: Remove IRQ number from error message Message-ID: <20201114153827.GD4106@kozik-lap> References: <20201111011456.7875-1-digetx@gmail.com> <20201111011456.7875-6-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201111011456.7875-6-digetx@gmail.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: Peter De Schrijver , Mikko Perttunen , dri-devel@lists.freedesktop.org, Nicolas Chauvet , Stephen Boyd , Viresh Kumar , Michael Turquette , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Jonathan Hunter , Chanwoo Choi , Kyungmin Park , Thierry Reding , MyungJoo Ham , Peter Geis , linux-tegra@vger.kernel.org, Georgi Djakov Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Nov 11, 2020 at 04:14:35AM +0300, Dmitry Osipenko wrote: > Remove IRQ number from error message since it doesn't add any useful > information, especially because this number is virtual. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/tegra20-emc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied. Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel