[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1511464285.4370.2.camel@Centos6.3-64>
Date: Fri, 24 Nov 2017 03:11:25 +0800
From: Ching Huang <ching2048@...ca.com.tw>
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: martin.petersen@...cle.com, James.Bottomley@...senPartnership.com,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
jthumshirn@...e.de, hare@...e.de, hch@...radead.org
Subject: Re: [PATCH 2/3] scsi: arcmsr: Add driver module parameter
msix_enable
On Thu, 2017-11-23 at 14:43 +0300, Dan Carpenter wrote:
> On Thu, Nov 23, 2017 at 09:31:14AM +0800, Ching Huang wrote:
> > @@ -829,12 +833,15 @@ arcmsr_request_irq(struct pci_dev *pdev,
> > unsigned long flags;
> > int nvec, i;
> >
> > + if (msix_enable == 0)
> > + goto msi_int0;
>
> I feel like this goto is not very beautiful, but I can't actually apply
> this patch? Which tree is this written against? I'm using linux-next.
>
This patch is apply to https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/tree/?h=4.16/scsi-queue
> regards,
> dan carpenter
>
>
Powered by blists - more mailing lists