commit | dfe19d28200f0d2306ef1510bbea3df18e22a6bc | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat Apr 04 19:57:21 2015 -0700 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Apr 07 18:47:09 2015 +0200 |
tree | fa37e486d5df1710cf530844dd50d0d9a582a8e9 | |
parent | e9a2dd261ac3d7bffbf55368a60401f5982dcc59 [diff] |
Bluetooth: hci_uart: Remove unneeded cast of tty->disc_data Casting the tty->disc_data to (void *) is not needed at all. So just remove this cast and assign the object without a cast. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>