Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232408
b: refs/heads/master
c: 4f542e3
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Gordeev authored and Linus Torvalds committed Jan 26, 2011
1 parent 6fc1a70 commit 6d66551
Show file tree
Hide file tree
Showing 3 changed files with 3 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: a783ac4453405b579ab7732ba3c0efc07a4b7a61
refs/heads/master: 4f542e3dd90a96ee0f8fcb8173cb4104f5f753e6
2 changes: 1 addition & 1 deletion trunk/drivers/pps/clients/pps_parport.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static void parport_attach(struct parport *port)
}

device->pardev = parport_register_device(port, KBUILD_MODNAME,
NULL, NULL, parport_irq, 0, device);
NULL, NULL, parport_irq, PARPORT_FLAG_EXCL, device);
if (!device->pardev) {
pr_err("couldn't register with %s\n", port->name);
goto err_free;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pps/generators/pps_gen_parport.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static void parport_attach(struct parport *port)
}

device.pardev = parport_register_device(port, KBUILD_MODNAME,
NULL, NULL, NULL, 0, &device);
NULL, NULL, NULL, PARPORT_FLAG_EXCL, &device);
if (!device.pardev) {
pr_err("couldn't register with %s\n", port->name);
return;
Expand Down

0 comments on commit 6d66551

Please sign in to comment.