diff options
| author | Oleksandr Kozaruk <oleksandr.kozaruk@ti.com> | 2013-06-06 11:06:32 +0300 |
|---|---|---|
| committer | James Wylder <jwylder@motorola.com> | 2014-03-05 17:47:32 -0600 |
| commit | 294b9f935d6a315f41f8827a3fe45e0ae247c722 (patch) | |
| tree | 00f9a2e43b847a1a09a1d4bf315304fba4483963 | |
| parent | 5b2f716b34619a1f0ed6a59790a5fc76f302d3a7 (diff) | |
| download | olio-linux-3.10-294b9f935d6a315f41f8827a3fe45e0ae247c722.tar.xz olio-linux-3.10-294b9f935d6a315f41f8827a3fe45e0ae247c722.zip | |
ti-st: tty_hci: Remove redundant assignment.
Clean up for the code: remove redundant assignment.
Change-Id: I595b549fedec4c89177f342c957e95668f184442
Signed-off-by: Oleksandr Kozaruk <oleksandr.kozaruk@ti.com>
| -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; |