Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39829
b: refs/heads/master
c: 521b600
h: refs/heads/master
i:
  39827: 826bb79
v: v3
  • Loading branch information
Andrew Morton authored and Greg Kroah-Hartman committed Oct 17, 2006
1 parent 986336a commit 9ec7774
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: 3ccf25ce185d4798e66a91812a7622f7fe6987df
refs/heads/master: 521b600b58376b7c85a7c615ee32fae185c20b16
2 changes: 1 addition & 1 deletion trunk/drivers/usb/atm/usbatm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ static int usbatm_do_heavy_init(void *arg)

daemonize(instance->driver->driver_name);
allow_signal(SIGTERM);
instance->thread_pid = get_current()->pid;
instance->thread_pid = current->pid;

complete(&instance->thread_started);

Expand Down

0 comments on commit 9ec7774

Please sign in to comment.