Received: by 10.223.185.116 with SMTP id b49csp19347wrg; Mon, 19 Feb 2018 15:45:10 -0800 (PST) X-Google-Smtp-Source: AH8x225+IRfDLaoPyNbmFK3Ee0zxQo2NZTobITLcdVyR2VAzCwffMizNT4oxTcLRUaIfr/PPCWlB X-Received: by 10.98.72.10 with SMTP id v10mr16181580pfa.128.1519083910133; Mon, 19 Feb 2018 15:45:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519083910; cv=none; d=google.com; s=arc-20160816; b=Es2iLwgBj9NggJO1i3WLp1Rhbh3D2tXLpUXmH8Kw/Y1VbX9Z/m3MPujyGvsAHTTf7v yq6eZPLc7yd/BD7kPi1EUpDbDqaknk+H/xkoUM1saY6nbmuOUE58cG5rnEnmXUYoWbrI K+Gs+l74LoWPu4UyhnqCeQXC7o65oh08LBfLAkfUiFLHdDg9OHAIJl8X/3l7CmvsaH7J wh16RbVSPKJL5zqhXW3KG/UfzsXfDzVnMX3pJb+LrcerETn5lmcCBtRx+WxEL21nBAl/ U53Xt2ScVK8jVVxAIyzM5icU0onndEKHlU9ELGLiiZSLYvt/IsPQrNsQbfknkLFlbZc+ k+Bg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=kWWQHHgHmFod78Sgcs1cU2VqPnK8k4+s0LRbIl2fDk0=; b=TJEaGUMTy26HfxQHSacWV4On7lYU+V29FipRzgKavTwiErhhFaSrFfZSDGN1B0F9pj YIabns2f19x/3o/iq7dtwEGhDqw4veBtvrBbCmxrpge4h2FxedlvhgE8qGYDNKK/PkIo epFiQO3jHkKBICE5pcE9EEITaEfoHgTrwlWpCMnOm3AdnHaPflHlKIg/lj0+6O0sDXfw WXwH4koKcBZVNCMGJ6lapuQYWS8GxTQVwWkWeGn8cIhhnJtsKaHGRc/qhkpbziOKkI1o h6sWGD0SnV7ga60NH/5rf6DsQXI+vUnPK49P3dH0/MzYozxTUeclYfW5pUcFK3E6RKFo c/bQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y13si2560048pgv.353.2018.02.19.15.44.55; Mon, 19 Feb 2018 15:45:10 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932288AbeBSXnu (ORCPT + 99 others); Mon, 19 Feb 2018 18:43:50 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:37854 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932241AbeBSXnt (ORCPT ); Mon, 19 Feb 2018 18:43:49 -0500 Received: from localhost (pool-173-77-163-229.nycmny.fios.verizon.net [173.77.163.229]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id F234213F14CB2; Mon, 19 Feb 2018 15:43:45 -0800 (PST) Date: Mon, 19 Feb 2018 18:43:43 -0500 (EST) Message-Id: <20180219.184343.1801583131809551924.davem@davemloft.net> To: fthain@telegraphics.com.au Cc: netdev@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH net 2/4] net/8390: Fix msg_enable patch snafu From: David Miller In-Reply-To: References: <20180219.141137.2095980245673495027.davem@davemloft.net> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 19 Feb 2018 15:43:46 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Finn Thain Date: Tue, 20 Feb 2018 09:01:11 +1100 (AEDT) > On Mon, 19 Feb 2018, David Miller wrote: > >> From: Finn Thain >> Date: Sun, 18 Feb 2018 21:39:17 -0500 (EST) >> >> > The lib8390 module parameter 'msg_enable' doesn't do anything useful: >> > it causes an ancient version string to be logged. >> >> Since you are removing the last reference to this 'version' string >> you should remove it as well. >> >> I'm surprised the compiler doesn't warn about this. >> > > I compile-tested every 8390 module and I didn't come across any compiler > bugs. > > Please take another look. I think you'll find that lib8390.c is always > #included by a module which does define that symbol. But nothing references 'version' after you remove the log message. You can therefore delete it. And I'm politely asking you to. Thank you.