From: Marcel Holtmann Date: Sun, 5 Apr 2015 02:57:21 +0000 (-0700) Subject: Bluetooth: hci_uart: Remove unneeded cast of tty->disc_data X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~34^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe19d28200f0d2306ef1510bbea3df18e22a6bc;p=pandora-kernel.git 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 Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed