public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 33/36] m68k: drivers/scsi/mac53c94.c __iomem annotations
@ 2005-12-22  4:51 Al Viro
  2005-12-24 21:56 ` Brad Boyer
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2005-12-22  4:51 UTC (permalink / raw)
  To: linux-m68k; +Cc: linux-kernel

From: Al Viro <viro@zeniv.linux.org.uk>
Date: 1133866874 -0500

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

---

 drivers/scsi/mac53c94.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

c142eb4b3a51224952b8760cff73051398dac312
diff --git a/drivers/scsi/mac53c94.c b/drivers/scsi/mac53c94.c
index 932dcf0..a853fb4 100644
--- a/drivers/scsi/mac53c94.c
+++ b/drivers/scsi/mac53c94.c
@@ -531,9 +531,9 @@ static int mac53c94_remove(struct macio_
 	free_irq(fp->intr, fp);
 
 	if (fp->regs)
-		iounmap((void *) fp->regs);
+		iounmap(fp->regs);
 	if (fp->dma)
-		iounmap((void *) fp->dma);
+		iounmap(fp->dma);
 	kfree(fp->dma_cmd_space);
 
 	scsi_host_put(host);
-- 
0.99.9.GIT


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

end of thread, other threads:[~2005-12-24 22:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-22  4:51 [PATCH 33/36] m68k: drivers/scsi/mac53c94.c __iomem annotations Al Viro
2005-12-24 21:56 ` Brad Boyer
2005-12-24 22:32   ` Al Viro
2005-12-24 22:44     ` Brad Boyer

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