Update of /cvsroot/linuxdc/linux-sh-dc
In directory usw-pr-cvs1:/tmp/cvs-serv27583
Modified Files:
ChangeLog.dc
Log Message:
Further cleanup. Make sure to free all those fun happy things that are
allocated. Make sure to shoot kmapled on request_irq() failure, etc.
Index: ChangeLog.dc
===================================================================
RCS file: /cvsroot/linuxdc/linux-sh-dc/ChangeLog.dc,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- ChangeLog.dc 1 May 2002 15:47:13 -0000 1.30
+++ ChangeLog.dc 1 May 2002 16:01:26 -0000 1.31
@@ -2,6 +2,13 @@
* drivers/maple/maple.c: Add a MODULE_LICENSE() tag to avoid
accidentally tainting the kernel.
+
+ (maple_init): Further cleanup. Make sure kmapled gets shot when
+ request_irq() fails .. also remember to exit_maple_low() to get
+ rid of some of those pesky allocations.
+
+ (init_maple_low): Free up maple_sendbuf in the event that
+ request_irq() fails.
2002-05-01 M. R. Brown <mr...@0x...>
|