Netdev List
 help / color / mirror / Atom feed
* tiacx - don't use UTS_RELEASE
@ 2006-07-04  9:07 Arjan van de Ven
  2006-07-04  9:25 ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Arjan van de Ven @ 2006-07-04  9:07 UTC (permalink / raw)
  To: akpm; +Cc: netdev

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);



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-04 10:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-04  9:07 tiacx - don't use UTS_RELEASE Arjan van de Ven
2006-07-04  9:25 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox