From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752836AbcAOMHp (ORCPT ); Fri, 15 Jan 2016 07:07:45 -0500 Received: from smtp04.udag.de ([62.146.106.30]:43365 "EHLO smtp04.udag.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750762AbcAOMHo (ORCPT ); Fri, 15 Jan 2016 07:07:44 -0500 Date: Fri, 15 Jan 2016 13:07:41 +0100 (CET) From: Karol Herbst Reply-To: Karol Herbst To: Arnd Bergmann , Emil Velikov Cc: bskeggs , linux-kernel , LAKML , dri-devel Message-ID: <1213515825.56151.1452859661690.JavaMail.open-xchange@www.ud-mail.de> In-Reply-To: References: <3968390.Pvmnq3v7oC@wuerfel> <1503925101.39877.1452693347204.JavaMail.open-xchange@www.ud-mail.de> <12563536.Vhe8JJPi2x@wuerfel> Subject: Re: [PATCH] drm: nouveau: fix nouveau_debugfs_init prototype MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.6.2-Rev44 X-Originating-Client: open-xchange-appsuite Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Emil Velikov hat am 15. Januar 2016 um 12:06 > geschrieben: > > On 13 January 2016 at 16:00, Arnd Bergmann wrote: > > On Wednesday 13 January 2016 14:55:47 Karol Herbst wrote: > >> > Arnd Bergmann hat am 13. Januar 2016 um 14:48 > >> > geschrieben: > >> > > >> > The new debugfs initialization code fails to build when CONFIG_DEBUG_FS > >> > is disabled: > >> > > >> > In file included from > >> > /git/arm-soc/drivers/gpu/drm/nouveau/nouveau_drm.c:57:0: > >> > drivers/gpu/drm/nouveau/nouveau_debugfs.h: In function > >> > 'nouveau_debugfs_init': > >> > drivers/gpu/drm/nouveau/nouveau_debugfs.h:37:29: error: parameter name > >> > omitted > >> > nouveau_debugfs_init(struct nouveau_drm *) > >> > > >> > This fixes the prototypes so we can build it again. > >> > > >> > >> thanks for this. I already send a patch to the nouveau ML here: > >> http://lists.freedesktop.org/archives/nouveau/2016-January/023779.html > > > > Ok, thanks > > > Fwiw Arnd's fix feels a lot better - it lacks typos, has a fixes tag, > comprehensive commit message etc. etc. :-) > > -Emil no worries, I am still learning after all Karol