From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161506AbcIZPp1 (ORCPT ); Mon, 26 Sep 2016 11:45:27 -0400 Received: from mail.suteba.org.ar ([200.16.134.105]:50547 "EHLO mail.suteba.org.ar" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161468AbcIZPpQ (ORCPT ); Mon, 26 Sep 2016 11:45:16 -0400 X-Qmail-Scanner-Diagnostics: from 10.0.1.30 by mail (envelope-from , uid 1001) with qmail-scanner-2.11 (mhr: 1.0. clamdscan: 0.98.7/21419. Clear:RC:1(10.0.1.30):. Processed in 0.012138 secs); 26 Sep 2016 15:44:54 -0000 From: Matias Mucciolo To: Greg Kroah-Hartman Cc: Aditya Shankar , Ganesh Krishna , devel@driverdev.osuosl.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: wilc1000: fix symbol 'WILC_DEBUG_LEVEL' was not declared. Date: Mon, 26 Sep 2016 12:44:24 -0300 Message-ID: <4399555.QWNJt8EtNN@varitech> Organization: SUTEBA User-Agent: KMail/4.14.1 (Linux/4.3.0-0.bpo.1-amd64; KDE/4.14.2; x86_64; ; ) In-Reply-To: <20160926153733.GA1723@kroah.com> References: <34310025.aMSyYASYEz@varitech> <20160926153733.GA1723@kroah.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi sorry...this is the full warning: drivers/staging/wilc1000/wilc_debugfs.c:32:10: warning: symbol 'WILC_DEBUG_LEVEL' was not declared. Should it be static? -- Matias Mucciolo Area de Infraestructura. Piedras 737 C.A.B.A SUTEBA On Monday 26 September 2016 17:37:33 Greg Kroah-Hartman wrote: > On Mon, Sep 26, 2016 at 12:15:18PM -0300, Matias Mucciolo wrote: > > > > - Fixed a sparse warning: symbol 'WILC_DEBUG_LEVEL' was not declared. > > I don't think that was the full warning, as that does not make much > sense to me, does it to you? > > thanks, > > greg k-h