Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131327
b: refs/heads/master
c: f82da72
h: refs/heads/master
i:
  131325: 27df0c3
  131323: ccc7c9f
  131319: 62f6274
  131311: 06f61f4
  131295: 63e556f
  131263: 2ba13b7
  131199: 1ad79ab
  131071: 5e1d553
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Feb 13, 2009
1 parent b9fd1bd commit 4aa2650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 99709372736a216f99eb32b76fba835a2bfc93a8
refs/heads/master: f82da723398ff18d49275a5f03de6cae5f592e8e
6 changes: 2 additions & 4 deletions trunk/Documentation/connector/cn_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static void cn_test_timer_func(unsigned long __data)

memcpy(m + 1, data, m->len);

cn_netlink_send(m, 0, gfp_any());
cn_netlink_send(m, 0, GFP_ATOMIC);
kfree(m);
}

Expand All @@ -160,10 +160,8 @@ static int cn_test_init(void)
goto err_out;
}

init_timer(&cn_test_timer);
cn_test_timer.function = cn_test_timer_func;
setup_timer(&cn_test_timer, cn_test_timer_func, 0);
cn_test_timer.expires = jiffies + HZ;
cn_test_timer.data = 0;
add_timer(&cn_test_timer);

return 0;
Expand Down

0 comments on commit 4aa2650

Please sign in to comment.