Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180392
b: refs/heads/master
c: 1386be5
h: refs/heads/master
v: v3
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Feb 4, 2010
1 parent 617fc8b commit bb0f30e
Show file tree
Hide file tree
Showing 2 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: 8ed030dd0aa400d18c63861c2c6deb7c38f4edde
refs/heads/master: 1386be55e32a3c5d8ef4a2b243c530a7b664c02c
4 changes: 2 additions & 2 deletions trunk/net/dccp/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ static __init int dccpprobe_init(void)
if (!proc_net_fops_create(&init_net, procname, S_IRUSR, &dccpprobe_fops))
goto err0;

ret = try_then_request_module((register_jprobe(&dccp_send_probe) == 0),
"dccp");
try_then_request_module((ret = register_jprobe(&dccp_send_probe)) == 0,
"dccp");
if (ret)
goto err1;

Expand Down

0 comments on commit bb0f30e

Please sign in to comment.