Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5297
b: refs/heads/master
c: a1b274f
h: refs/heads/master
i:
  5295: 263a867
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jul 28, 2005
1 parent 34b6831 commit 2177a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 661d04c6f08c16ae63fb3be05d59ee99c6f3de52
refs/heads/master: a1b274fbe3f00469fb8a68806469ec7746c7f648
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/pcmcia_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ int pcmcia_request_irq(struct pcmcia_device *p_dev, irq_req_t *req)
} else {
int try;
u32 mask = s->irq_mask;
void *data = NULL;
void *data = &p_dev->dev.driver; /* something unique to this device */

for (try = 0; try < 64; try++) {
irq = try % 32;
Expand Down

0 comments on commit 2177a69

Please sign in to comment.