All of lore.kernel.org
 help / color / mirror / Atom feed
From: 尤晓杰 <yxj790222@163.com>
To: linux-scsi@vger.kernel.org
Subject: [PATCH] scsi: qlogic_cs: fix irqf_shared, share same irq with pcmcia  controller
Date: Mon, 29 May 2023 15:15:05 +0800 (CST)	[thread overview]
Message-ID: <57837fce.3209.188665c4d0d.Coremail.yxj790222@163.com> (raw)

From 82c1d0f88243f8ed1ffaeea98d775abd58866b1b Mon Sep 17 00:00:00 2001
From: You Xiaojie <yxj790222@163.com>
Date: Fri, 21 Apr 2023 19:02:15 +0800
Subject: [PATCH] qlogic_cs: fix IRQF_SHARED

Signed-off-by: You Xiaojie <yxj790222@163.com>
---
 drivers/scsi/pcmcia/qlogic_stub.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/pcmcia/qlogic_stub.c b/drivers/scsi/pcmcia/qlogic_stub.c
index 310d0b6586a6..4dbb938790c2 100644
--- a/drivers/scsi/pcmcia/qlogic_stub.c
+++ b/drivers/scsi/pcmcia/qlogic_stub.c
@@ -122,7 +122,7 @@ static struct Scsi_Host *qlogic_detect(struct scsi_host_template *host,
 	priv->shost = shost;
 	priv->int_type = INT_TYPE;					
 
-	if (request_irq(qlirq, qlogicfas408_ihandl, 0, qlogic_name, shost))
+	if (request_irq(qlirq, qlogicfas408_ihandl, IRQF_SHARED, qlogic_name, shost))
 		goto free_scsi_host;
 
 	sprintf(priv->qinfo,
-- 



             reply	other threads:[~2023-05-29  7:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-29  7:15 尤晓杰 [this message]
2023-06-07 17:22 ` [PATCH] scsi: qlogic_cs: fix irqf_shared, share same irq with pcmcia controller Bart Van Assche
  -- strict thread matches above, loose matches on Subject: below --
2023-04-21 12:19 尤晓杰

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=57837fce.3209.188665c4d0d.Coremail.yxj790222@163.com \
    --to=yxj790222@163.com \
    --cc=linux-scsi@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.