Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328183
b: refs/heads/master
c: 09d5d4a
h: refs/heads/master
i:
  328181: 2c4fadc
  328179: 833d5fd
  328175: 83bdc6b
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo Padovan committed Aug 15, 2012
1 parent b18160e commit 6de4660
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: e6dd548b9a3c7b3fcdd2fd97880abf7597e8334b
refs/heads/master: 09d5d4aa647367eeb42352a2bc9d438b9c703670
6 changes: 2 additions & 4 deletions trunk/net/bluetooth/af_bluetooth.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,6 @@ static void bt_seq_stop(struct seq_file *seq, void *v)

static int bt_seq_show(struct seq_file *seq, void *v)
{
struct sock *sk;
struct bt_sock *bt;
struct bt_seq_state *s = seq->private;
struct bt_sock_list *l = s->l;
bdaddr_t src_baswapped, dst_baswapped;
Expand All @@ -583,8 +581,8 @@ static int bt_seq_show(struct seq_file *seq, void *v)

seq_putc(seq, '\n');
} else {
sk = sk_entry(v);
bt = bt_sk(sk);
struct sock *sk = sk_entry(v);
struct bt_sock *bt = bt_sk(sk);
baswap(&src_baswapped, &bt->src);
baswap(&dst_baswapped, &bt->dst);

Expand Down

0 comments on commit 6de4660

Please sign in to comment.