From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751511AbbJTEwm (ORCPT ); Tue, 20 Oct 2015 00:52:42 -0400 Received: from mga03.intel.com ([134.134.136.65]:26074 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751515AbbJTEuy (ORCPT ); Tue, 20 Oct 2015 00:50:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,706,1437462000"; d="scan'208";a="830912315" Date: Tue, 20 Oct 2015 06:50:49 +0200 From: Samuel Ortiz To: Christophe JAILLET Cc: lauro.venancio@openbossa.org, aloisio.almeida@openbossa.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] NFC: nfcwilink: Drop a useless static qualifier Message-ID: <20151020045049.GF9764@zurbaran.home> References: <1444717864-7109-1-git-send-email-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444717864-7109-1-git-send-email-christophe.jaillet@wanadoo.fr> 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 Hi Christophe, On Tue, Oct 13, 2015 at 08:31:04AM +0200, Christophe JAILLET wrote: > There is no need to have the 'struct nfcwilink *drv' variable static in the > probe function. > It only wastes a few bytes of memory. > > Signed-off-by: Christophe JAILLET > --- > drivers/nfc/nfcwilink.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks a lot. Cheers, Samuel.