Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64068
b: refs/heads/master
c: 9ac0be9
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Aug 15, 2007
1 parent 9aa9af5 commit d27de1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 02f44315dc4bce8a222564aa023c965efbeb73b5
refs/heads/master: 9ac0be9d4fa0c0ec7a447eeaa080bc13cf865319
2 changes: 0 additions & 2 deletions trunk/net/ax25/ax25_iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ void ax25_protocol_release(unsigned int pid)
if (protocol->pid == pid) {
protocol_list = protocol->next;
write_unlock_bh(&protocol_list_lock);
kfree(protocol);
return;
}

Expand All @@ -78,7 +77,6 @@ void ax25_protocol_release(unsigned int pid)
s = protocol->next;
protocol->next = protocol->next->next;
write_unlock_bh(&protocol_list_lock);
kfree(s);
return;
}

Expand Down

0 comments on commit d27de1e

Please sign in to comment.