Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320729
b: refs/heads/master
c: 9751bfd
h: refs/heads/master
i:
  320727: fe2b11a
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 19, 2012
1 parent 0cf0f32 commit a304a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d554a3f9d3f3b0bb2faefad712e6d0dbd7c82ba6
refs/heads/master: 9751bfd1c9177a8ab0a910fe279a8815e498561e
3 changes: 1 addition & 2 deletions trunk/drivers/crypto/n2_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1610,8 +1610,7 @@ static int spu_map_ino(struct platform_device *dev, struct spu_mdesc_info *ip,

sprintf(p->irq_name, "%s-%d", irq_name, index);

return request_irq(p->irq, handler, IRQF_SAMPLE_RANDOM,
p->irq_name, p);
return request_irq(p->irq, handler, 0, p->irq_name, p);
}

static struct kmem_cache *queue_cache[2];
Expand Down

0 comments on commit a304a29

Please sign in to comment.