From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gustavo A. R. Silva" Subject: Re: [PATCH] drm/gma500: Fix compile warning Date: Tue, 26 Jun 2018 08:37:29 -0500 Message-ID: <27f371cf-797e-7ae8-cb27-95e642c7dff0@embeddedor.com> References: <20180625123355.GA16757@embeddedor.com> <20180626132828.GY20518@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20180626132828.GY20518@intel.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= Cc: Patrik Jakobsson , David Airlie , Daniel Stone , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 06/26/2018 08:28 AM, Ville Syrjälä wrote: > On Mon, Jun 25, 2018 at 07:33:55AM -0500, Gustavo A. R. Silva wrote: >> Fix the following compile warning: >> >> warning: unused variable ‘psbfb’ [-Wunused-variable] >> struct psb_framebuffer *psbfb = to_psb_fb(fb); >> >> Fixes: c7cbed560ce2 ("drm/gma500: Fix Medfield for drm_framebuffer move") >> Signed-off-by: Gustavo A. R. Silva > > I sent the same patch a few days ago. Instead of hunting for an r-b > I just went ahead and pushed your version. Thanks for the patch. > Glad to help :) Thanks -- Gustavo