From: Jeff Garzik <jgarzik@pobox.com>
To: Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
Cc: linux-kernel@vger.kernel.org, Brard Roudier <groudier@free.fr>
Subject: Re: [patch][2/3] qlogic: call request_irq() with private data
Date: Thu, 16 Oct 2003 07:30:56 -0400 [thread overview]
Message-ID: <3F8E8170.8000101@pobox.com> (raw)
In-Reply-To: <20031016015349.GB1765@cathedrallabs.org>
Aristeu Sergio Rozanski Filho wrote:
> +#ifdef QL_USE_IRQ
> + if (qlirq < 0 || request_irq(qlirq, do_ql_ihandl, 0, "qlogicfas", hreg))
> + goto free_scsi_host;
> +#endif
>
> return hreg;
>
> +free_scsi_host:
> + kfree(hreg);
should be scsi_host_put() on that last line...
next prev parent reply other threads:[~2003-10-16 11:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-16 1:53 [patch][2/3] qlogic: call request_irq() with private data Aristeu Sergio Rozanski Filho
2003-10-16 11:30 ` Jeff Garzik [this message]
2003-10-16 22:32 ` Aristeu Sergio Rozanski Filho
2003-10-17 12:01 ` Christoph Hellwig
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=3F8E8170.8000101@pobox.com \
--to=jgarzik@pobox.com \
--cc=aris@cathedrallabs.org \
--cc=groudier@free.fr \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.