From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753184AbbETLuD (ORCPT ); Wed, 20 May 2015 07:50:03 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:35813 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752045AbbETLt7 (ORCPT ); Wed, 20 May 2015 07:49:59 -0400 Date: Wed, 20 May 2015 20:49:34 +0900 From: Sergey Senozhatsky To: Stephen Rothwell Cc: Dave Airlie , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Stone , Daniel Vetter , Maarten Lankhorst Subject: Re: linux-next: build warning after merge of the drm tree Message-ID: <20150520114934.GA1346@swordfish> References: <20150520165408.79369e40@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150520165408.79369e40@canb.auug.org.au> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (05/20/15 16:54), Stephen Rothwell wrote: > After merging the drm tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/gpu/drm/drm_crtc.c:4324:13: warning: 'drm_property_unreference_blob_locked' defined but not used [-Wunused-function] > static void drm_property_unreference_blob_locked(struct drm_property_blob *blob) > ^ > > Introduced by commit 6bcacf51d050 ("drm: Add reference counting to blob > properties"). > > This has been happening for a while. I assumed a user for this new API > would come along, but it hasn't ... Hello Stephen, http://mid.gmane.org/CAPj87rMPtafeYNzgXoP+fx0dAqhwaD7kdnJgqb_vdbPtiOrXPg@mail.gmail.com -ss