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=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 CCFE6C2D0A3 for ; Tue, 3 Nov 2020 08:46:15 +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 8543822275 for ; Tue, 3 Nov 2020 08:46:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8543822275 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com 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 D7D276E863; Tue, 3 Nov 2020 08:46:14 +0000 (UTC) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by gabe.freedesktop.org (Postfix) with ESMTPS id AD7346E85F for ; Tue, 3 Nov 2020 08:46:13 +0000 (UTC) Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 714E11F45357; Tue, 3 Nov 2020 08:46:12 +0000 (GMT) Date: Tue, 3 Nov 2020 09:46:09 +0100 From: Boris Brezillon To: Steven Price Subject: Re: [PATCH] drm/panfrost: Remove unused variables in panfrost_job_close() Message-ID: <20201103094609.02dc591f@collabora.com> In-Reply-To: <9e47f8ff-8a3b-5c4f-3566-7f07f41709c4@arm.com> References: <20201101173817.831769-1-boris.brezillon@collabora.com> <9e47f8ff-8a3b-5c4f-3566-7f07f41709c4@arm.com> Organization: Collabora X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 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: dri-devel@lists.freedesktop.org, Rob Herring , Robin Murphy , Alyssa Rosenzweig Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 2 Nov 2020 08:39:29 +0000 Steven Price wrote: > On 01/11/2020 17:38, Boris Brezillon wrote: > > Commit a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on > > open/close") left unused variables behind, thus generating a warning > > at compilation time. Remove those variables. > > > > Fixes: a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close") > > Signed-off-by: Boris Brezillon > > Reviewed-by: Steven Price Queued to drm-misc-next. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel