Revision: 120
          http://svn.sourceforge.net/mactel-linux/?rev=120&view=rev
Author:   nboichat
Date:     2007-04-19 00:24:07 -0700 (Thu, 19 Apr 2007)

Log Message:
-----------
Tell the kernel we handled applesmc IRQ.

Modified Paths:
--------------
    trunk/kernel/mactel-patches-2.6.21/0014-applesmc_int.patch

Modified: trunk/kernel/mactel-patches-2.6.21/0014-applesmc_int.patch
===================================================================
--- trunk/kernel/mactel-patches-2.6.21/0014-applesmc_int.patch  2007-04-18 
15:08:57 UTC (rev 119)
+++ trunk/kernel/mactel-patches-2.6.21/0014-applesmc_int.patch  2007-04-19 
07:24:07 UTC (rev 120)
@@ -9,7 +9,7 @@
  1 files changed, 293 insertions(+), 23 deletions(-)
 
 diff --git a/drivers/hwmon/applesmc.c b/drivers/hwmon/applesmc.c
-index ea0a004..bf1b6e6 100644
+index ea0a004..087d101 100644
 --- a/drivers/hwmon/applesmc.c
 +++ b/drivers/hwmon/applesmc.c
 @@ -39,14 +39,20 @@
@@ -127,7 +127,7 @@
 +              printk("applesmc: received an unknown interrupt %x\n", 
int_type);
 +      }               
 +
-+      return IRQ_NONE;
++      return IRQ_HANDLED;
 +}
 +
 +/*


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mactel-linux-devel mailing list
Mactel-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-devel

Reply via email to