* [PATCH 3/3] s390: fix to_channelpath macro
@ 2006-02-02 9:55 Heiko Carstens
0 siblings, 0 replies; only message in thread
From: Heiko Carstens @ 2006-02-02 9:55 UTC (permalink / raw)
To: Andrew Morton; +Cc: Cornelia Huck, linux-kernel
From: Cornelia Huck <cornelia.huck@de.ibm.com>
Fix broken to_channelpath macro (fortunately worked in all current cases...).
Signed-off-by: Cornelia Huck <cohuck@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
drivers/s390/cio/chsc.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -urpN linux-2.6/drivers/s390/cio/chsc.h linux-2.6-patched/drivers/s390/cio/chsc.h
--- linux-2.6/drivers/s390/cio/chsc.h 2006-02-02 09:52:57.000000000 +0100
+++ linux-2.6-patched/drivers/s390/cio/chsc.h 2006-02-02 09:53:29.000000000 +0100
@@ -68,6 +68,6 @@ extern void *chsc_get_chp_desc(struct su
extern int chsc_enable_facility(int);
-#define to_channelpath(dev) container_of(dev, struct channel_path, dev)
+#define to_channelpath(device) container_of(device, struct channel_path, dev)
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-02 9:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-02 9:55 [PATCH 3/3] s390: fix to_channelpath macro Heiko Carstens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome