mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] claw: fix compile bug.
@ 2008-10-13  8:23 Heiko Carstens
  0 siblings, 0 replies; only message in thread
From: Heiko Carstens @ 2008-10-13  8:23 UTC (permalink / raw)
  To: David Miller, Jeff Garzik, Martin Schwidefsky
  Cc: Cornelia Huck, linux-kernel, linux-s390, netdev

From: Heiko Carstens <heiko.carstens@de.ibm.com>

git commit b9d3aed7e1e50183085fcd2af643bf42d6b4bd95
"[S390] more bus_id -> dev_name conversions" introduced this compile bug:

  CC      drivers/s390/net/claw.o
drivers/s390/net/claw.c: In function 'claw_new_device':
drivers/s390/net/claw.c:2917: error: expected ')' before 'ret'
drivers/s390/net/claw.c:2917: warning: too few arguments for format
make[2]: *** [drivers/s390/net/claw.o] Error 1
make[1]: *** [drivers/s390/net] Error 2

Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
 drivers/s390/net/claw.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/drivers/s390/net/claw.c
===================================================================
--- linux-2.6.orig/drivers/s390/net/claw.c
+++ linux-2.6/drivers/s390/net/claw.c
@@ -2913,7 +2913,7 @@ claw_new_device(struct ccwgroup_device *
 	if (ret != 0) {
 		printk(KERN_WARNING
 			"claw: ccw_device_set_online %s WRITE failed "
-		       "with ret = %d\n", dev_name(&cgdev->cdev[WRITE]->dev)
+		       "with ret = %d\n", dev_name(&cgdev->cdev[WRITE]->dev),
 		       ret);
 		goto out;
 	}

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

only message in thread, other threads:[~2008-10-13  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-13  8:23 [PATCH] claw: fix compile bug Heiko Carstens

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®