diff options
| -rw-r--r-- | drivers/misc/ti-st/tty_hci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/ti-st/tty_hci.c b/drivers/misc/ti-st/tty_hci.c index 7a312d39aea..42009bc458c 100644 --- a/drivers/misc/ti-st/tty_hci.c +++ b/drivers/misc/ti-st/tty_hci.c @@ -146,7 +146,6 @@ int hci_tty_open(struct inode *inod, struct file *file) return -ENOMEM; file->private_data = hst; - hst = file->private_data; for (i = 0; i < MAX_BT_CHNL_IDS; i++) { ti_st_proto[i].priv_data = hst; |