mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ide_free_irq()
@ 2002-03-04 22:17 William Jhun
  2002-03-04 22:57 ` Andre Hedrick
  0 siblings, 1 reply; 3+ messages in thread
From: William Jhun @ 2002-03-04 22:17 UTC (permalink / raw)
  To: andre; +Cc: linux-kernel

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,

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

end of thread, other threads:[~2002-03-04 23:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-04 22:17 [PATCH] ide_free_irq() William Jhun
2002-03-04 22:57 ` Andre Hedrick
2002-03-04 23:09   ` William Jhun

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

all inboxes | Powered by JetHome®