mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] __iomem annotations in sunzilog
@ 2006-10-10 21:44 Al Viro
  2006-10-10 21:50 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2006-10-10 21:44 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 drivers/serial/sunzilog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/sunzilog.c b/drivers/serial/sunzilog.c
index b11f6de..73dd2ee 100644
--- a/drivers/serial/sunzilog.c
+++ b/drivers/serial/sunzilog.c
@@ -1057,7 +1057,7 @@ #define ZS_PUT_CHAR_MAX_DELAY	2000	/* 10
 
 static void sunzilog_putchar(struct uart_port *port, int ch)
 {
-	struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port);
+	struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port);
 	int loops = ZS_PUT_CHAR_MAX_DELAY;
 
 	/* This is a timed polling loop so do not switch the explicit
-- 
1.4.2.GIT



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

* Re: [PATCH] __iomem annotations in sunzilog
  2006-10-10 21:44 [PATCH] __iomem annotations in sunzilog Al Viro
@ 2006-10-10 21:50 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-10-10 21:50 UTC (permalink / raw)
  To: viro; +Cc: torvalds, linux-kernel

From: Al Viro <viro@ftp.linux.org.uk>
Date: Tue, 10 Oct 2006 22:44:47 +0100

> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Signed-off-by: David S. Miller <davem@davemloft.net>

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

end of thread, other threads:[~2006-10-10 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-10 21:44 [PATCH] __iomem annotations in sunzilog Al Viro
2006-10-10 21:50 ` David Miller

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®