Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157452
b: refs/heads/master
c: 6292b9e
h: refs/heads/master
v: v3
  • Loading branch information
Frank Munzert authored and Martin Schwidefsky committed Sep 11, 2009
1 parent c471358 commit 9536cde
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: c6304933274f8e3cc6983d496456757ac8ab2e0b
refs/heads/master: 6292b9ef5a4e85d6b782412a85725dd38df24b85
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/tape_std.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tape_std_assign(struct tape_device *device)
* to another host (actually this shouldn't happen but it does).
* So we set up a timeout for this call.
*/
init_timer(&timeout);
init_timer_on_stack(&timeout);
timeout.function = tape_std_assign_timeout;
timeout.data = (unsigned long) request;
timeout.expires = jiffies + 2 * HZ;
Expand Down

0 comments on commit 9536cde

Please sign in to comment.