From: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
linux390@de.ibm.com, apw@shadowen.org
Subject: [PATCH] linux-next: Tree for May 29 - build failure s390x -typo in ccw_timeout_log()
Date: Thu, 29 May 2008 23:58:24 +0530 [thread overview]
Message-ID: <20080529182824.GA11679@linux.vnet.ibm.com> (raw)
In-Reply-To: <20080529182556.2994310a.sfr@canb.auug.org.au>
Hi Stephen,
The next-20080529 kernel build fails on the s390x, with the error
drivers/s390/cio/device_fsm.c: In function `ccw_timeout_log':
drivers/s390/cio/device_fsm.c:55: error: syntax error before ';' token
drivers/s390/cio/device_fsm.c:56: error: syntax error before ';' token
make[2]: *** [drivers/s390/cio/device_fsm.o] Error 1
make[1]: *** [drivers/s390/cio] Error 2
make: *** [drivers/s390] Error 2
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
--
--- linux-2.6.26-rc4/drivers/s390/cio/device_fsm.c 2008-05-29 23:24:32.000000000 +0530
+++ linux-2.6.26-rc4/drivers/s390/cio/~device_fsm.c 2008-05-29 23:29:42.000000000 +0530
@@ -52,8 +52,8 @@ static void ccw_timeout_log(struct ccw_d
printk(KERN_WARNING "cio: orb:\n");
print_hex_dump(KERN_WARNING, "cio: ", DUMP_PREFIX_NONE, 16, 1,
orb, sizeof(*orb), 0);
- printk(KERN_WARNING "cio: ccw device bus id: %s\n", dev_name(&cdev->dev);
- printk(KERN_WARNING "cio: subchannel bus id: %s\n", dev_name(&sch->dev);
+ printk(KERN_WARNING "cio: ccw device bus id: %s\n", dev_name(&cdev->dev));
+ printk(KERN_WARNING "cio: subchannel bus id: %s\n", dev_name(&sch->dev));
printk(KERN_WARNING "cio: subchannel lpm: %02x, opm: %02x, "
"vpm: %02x\n", sch->lpm, sch->opm, sch->vpm);
--
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.
next prev parent reply other threads:[~2008-05-29 18:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-29 8:25 linux-next: Tree for May 29 Stephen Rothwell
2008-05-29 16:44 ` Randy Dunlap
2008-05-29 16:56 ` [PATCH linux-next] serio: add ifdef for i8042 build fix Randy Dunlap
2008-05-29 18:46 ` Dmitry Torokhov
2008-05-29 19:17 ` Randy Dunlap
2008-06-02 8:44 ` Jiri Kosina
2008-05-29 18:28 ` Kamalesh Babulal [this message]
2008-05-29 19:06 ` [PATCH] linux-next: Tree for May 29 - build failure s390x -typo in ccw_timeout_log() Greg KH
2008-05-29 20:21 ` [BUG] linux-next: Tree for May 29 - WARNING: at kernel/lockdep.c:2680 Kamalesh Babulal
2008-05-29 20:21 ` Kamalesh Babulal
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=20080529182824.GA11679@linux.vnet.ibm.com \
--to=kamalesh@linux.vnet.ibm.com \
--cc=apw@shadowen.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux390@de.ibm.com \
--cc=sfr@canb.auug.org.au \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.