Netdev List
 help / color / mirror / Atom feed
From: Arjan van de Ven <arjan@infradead.org>
To: akpm@osdl.org
Cc: netdev@vger.kernel.org
Subject: tiacx - don't use UTS_RELEASE
Date: Tue, 04 Jul 2006 11:07:59 +0200	[thread overview]
Message-ID: <1152004080.3109.18.camel@laptopd505.fenrus.org> (raw)

Hi,

patch below removes the use of UTS_RELEASE from the tiacx driver; there
is absolutely no reason for a driver to print the kernel version or use
the UTS_RELEASE field; in addition this field changes all the time so
this causes spurious rebuilds..

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>

---
 drivers/net/wireless/tiacx/pci.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6.17-mm4/drivers/net/wireless/tiacx/pci.c
===================================================================
--- linux-2.6.17-mm4.orig/drivers/net/wireless/tiacx/pci.c
+++ linux-2.6.17-mm4/drivers/net/wireless/tiacx/pci.c
@@ -1705,8 +1705,8 @@ acxpci_e_probe(struct pci_dev *pdev, con
 	/* acx_sem_unlock(adev); */
 
 	printk("acx "ACX_RELEASE": net device %s, driver compiled "
-		"against wireless extensions %d and Linux %s\n",
-		ndev->name, WIRELESS_EXT, UTS_RELEASE);
+		"against wireless extensions %d\n",
+		ndev->name, WIRELESS_EXT);
 
 #if CMD_DISCOVERY
 	great_inquisitor(adev);



             reply	other threads:[~2006-07-04  9:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-04  9:07 Arjan van de Ven [this message]
2006-07-04  9:25 ` tiacx - don't use UTS_RELEASE Andrew Morton
2006-07-04  9:27   ` Arjan van de Ven
2006-07-04  9:51     ` Sam Ravnborg
2006-07-04 10:00       ` Arjan van de Ven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1152004080.3109.18.camel@laptopd505.fenrus.org \
    --to=arjan@infradead.org \
    --cc=akpm@osdl.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox