Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96480
b: refs/heads/master
c: f2a5f24
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Linus Torvalds committed May 13, 2008
1 parent 9109b2a commit 191a50d
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: 460817b9d45be7b2a50e1e24eb91b4aa0c435a09
refs/heads/master: f2a5f24a279a21229e8c42198e21e2c8ce289129
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ pnp_set_current_resources(struct device *dmdev, struct device_attribute *attr,
start = simple_strtoul(buf, &buf, 0);
pnp_res = pnp_add_irq_resource(dev, start, 0);
if (pnp_res)
nirq++;
pnp_res->index = nirq++;
continue;
}
if (!strnicmp(buf, "dma", 3)) {
Expand Down

0 comments on commit 191a50d

Please sign in to comment.