Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31905
b: refs/heads/master
c: 99d19bb
h: refs/heads/master
i:
  31903: 5dc2bc3
v: v3
  • Loading branch information
Matt Mackall authored and James Bottomley committed Jun 26, 2006
1 parent 843788a commit cdc87da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d55a786febd077f3a0db9f0672dfa1288b452af
refs/heads/master: 99d19bb75b88cc997d3cd611903908714c735981
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/nsp32.c
Original file line number Diff line number Diff line change
Expand Up @@ -2866,8 +2866,7 @@ static int nsp32_detect(struct scsi_host_template *sht)
*/
nsp32_do_bus_reset(data);

ret = request_irq(host->irq, do_nsp32_isr,
SA_SHIRQ | SA_SAMPLE_RANDOM, "nsp32", data);
ret = request_irq(host->irq, do_nsp32_isr, SA_SHIRQ, "nsp32", data);
if (ret < 0) {
nsp32_msg(KERN_ERR, "Unable to allocate IRQ for NinjaSCSI32 "
"SCSI PCI controller. Interrupt: %d", host->irq);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/pcmcia/nsp_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ static int nsp_cs_probe(struct pcmcia_device *link)
/* Interrupt handler */
link->irq.Handler = &nspintr;
link->irq.Instance = info;
link->irq.Attributes |= (SA_SHIRQ | SA_SAMPLE_RANDOM);
link->irq.Attributes |= SA_SHIRQ;

/* General socket configuration */
link->conf.Attributes = CONF_ENABLE_IRQ;
Expand Down

0 comments on commit cdc87da

Please sign in to comment.