mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH rc6] fix olympic driver build
@ 2003-05-29  4:59 Jeff Garzik
  0 siblings, 0 replies; only message in thread
From: Jeff Garzik @ 2003-05-29  4:59 UTC (permalink / raw)
  To: marcelo, linux-kernel

Simply un-splits a quoted string that is split across two lines,
most likely by an editor's word wrapping.

Breaks kernel build w/ gcc 3.3.

	Jeff




# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1231  -> 1.1232 
#	drivers/net/tokenring/olympic.c	1.14    -> 1.15   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/05/29	jgarzik@redhat.com	1.1232
# [netdrvr olympic] fix build with gcc 3.3
# --------------------------------------------
#
diff -Nru a/drivers/net/tokenring/olympic.c b/drivers/net/tokenring/olympic.c
--- a/drivers/net/tokenring/olympic.c	Thu May 29 00:56:47 2003
+++ b/drivers/net/tokenring/olympic.c	Thu May 29 00:56:47 2003
@@ -655,8 +655,7 @@
 	printk(" stat_ring[7]: %p\n", &(olympic_priv->olympic_rx_status_ring[7])  );
 
 	printk("RXCDA: %x, rx_ring[0]: %p\n",readl(olympic_mmio+RXCDA),&olympic_priv->olympic_rx_ring[0]);
-	printk("Rx_ring_dma_addr = %08x, rx_status_dma_addr =
-%08x\n",olympic_priv->rx_ring_dma_addr,olympic_priv->rx_status_ring_dma_addr) ; 
+	printk("Rx_ring_dma_addr = %08x, rx_status_dma_addr = %08x\n",olympic_priv->rx_ring_dma_addr,olympic_priv->rx_status_ring_dma_addr) ; 
 #endif
 
 	writew((((readw(olympic_mmio+RXENQ)) & 0x8000) ^ 0x8000) | i,olympic_mmio+RXENQ);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-29  4:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-29  4:59 [PATCH rc6] fix olympic driver build Jeff Garzik

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

all inboxes | Powered by JetHome®