From: William Jhun <wjhun@ayrnetworks.com>
To: andre@linux-ide.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] ide_free_irq()
Date: Mon, 4 Mar 2002 14:17:10 -0800 [thread overview]
Message-ID: <20020304141709.C1247@ayrnetworks.com> (raw)
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,
next reply other threads:[~2002-03-04 22:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-04 22:17 William Jhun [this message]
2002-03-04 22:57 ` Andre Hedrick
2002-03-04 23:09 ` William Jhun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020304141709.C1247@ayrnetworks.com \
--to=wjhun@ayrnetworks.com \
--cc=andre@linux-ide.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®