From: Marcel Holtmann Date: Sun, 5 Apr 2015 03:59:41 +0000 (-0700) Subject: Bluetooth: hci_uart: Use const data pointer for received data X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~34^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1c40ebb66416f166b92c6828af48549ca99307;p=pandora-kernel.git Bluetooth: hci_uart: Use const data pointer for received data The TTY layer provides its data pointers as const, but the HCI UART callbacks expect them as general data pointers. This is of course wrong and instead of casting them, just fix the individual drivers to actually take a const data pointer. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed