* [PATCH] bogus iounmap() in emac
@ 2005-08-25 21:59 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-08-25 21:59 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, mporter
Dumb typo: iounmap(&local_pointer_variable).
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
----
diff -urN RC13-rc7-m68k-adb.patch/drivers/net/ibm_emac/ibm_emac_core.c RC13-rc7-emac-iounmap/drivers/net/ibm_emac/ibm_emac_core.c
--- RC13-rc7-m68k-adb.patch/drivers/net/ibm_emac/ibm_emac_core.c 2005-08-24 01:58:29.000000000 -0400
+++ RC13-rc7-emac-iounmap/drivers/net/ibm_emac/ibm_emac_core.c 2005-08-25 00:54:21.000000000 -0400
@@ -1253,7 +1253,7 @@
TAH_MR_CVR | TAH_MR_ST_768 | TAH_MR_TFS_10KB | TAH_MR_DTFP |
TAH_MR_DIG);
- iounmap(&tahp);
+ iounmap(tahp);
return 0;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-25 21:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-25 21:59 [PATCH] bogus iounmap() in emac Al Viro
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