From: Marcel Holtmann Date: Sun, 5 Apr 2015 03:59:40 +0000 (-0700) Subject: Bluetooth: Make data pointer of hci_recv_stream_fragment const X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~34^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c7d2dd2852c7cd8f07cf91291b351c01b781044;p=pandora-kernel.git Bluetooth: Make data pointer of hci_recv_stream_fragment const The data pointer provided to hci_recv_stream_fragment function should have been marked const. The function has no business in modifying the original data. So fix this now. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed