diff options
Diffstat (limited to 'net/bluetooth/af_bluetooth.c')
-rw-r--r-- | net/bluetooth/af_bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c index d3ee69b35a78..82040e46b24b 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c | |||
@@ -617,7 +617,7 @@ static int bt_seq_open(struct inode *inode, struct file *file) | |||
617 | struct bt_sock_list *sk_list; | 617 | struct bt_sock_list *sk_list; |
618 | struct bt_seq_state *s; | 618 | struct bt_seq_state *s; |
619 | 619 | ||
620 | sk_list = PDE(inode)->data; | 620 | sk_list = PDE_DATA(inode); |
621 | s = __seq_open_private(file, &bt_seq_ops, | 621 | s = __seq_open_private(file, &bt_seq_ops, |
622 | sizeof(struct bt_seq_state)); | 622 | sizeof(struct bt_seq_state)); |
623 | if (!s) | 623 | if (!s) |