lkml.org 
[lkml]   [2002]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH] ide_free_irq()
Simple patch. The current drivers/ide/ide.c calls free_irq() instead of
ide_free_irq(). We depend on these alternate routines to deal with our
semi-broken hardware, but since ide-probe.c calls ide_reqest_irq(), it
seems logical that this should also be ide_free_irq().

Thanks,
Will Jhun

*** drivers/ide/ide.c.orig Mon Feb 25 11:37:57 2002
--- drivers/ide/ide.c Mon Mar 4 14:05:41 2002
***************
*** 2115,2121 ****
g = g->next;
} while (g != hwgroup->hwif);
if (irq_count == 1)
! free_irq(hwif->irq, hwgroup);

/*
* Note that we only release the standard ports,
--- 2115,2121 ----
g = g->next;
} while (g != hwgroup->hwif);
if (irq_count == 1)
! ide_free_irq(hwif->irq, hwgroup);

/*
* Note that we only release the standard ports,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:21    [W:0.025 / U:1.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site