commit | 5c7d2dd2852c7cd8f07cf91291b351c01b781044 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat Apr 04 20:59:40 2015 -0700 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Apr 07 18:47:09 2015 +0200 |
tree | 6539a1910d4dee4ab5abbdc142be313783c2cdf8 | |
parent | 940cbe3a6b2282551e2e458d307967ae37cbba18 [diff] |
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 <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>