From: Johan Hedberg Date: Fri, 19 Apr 2013 07:14:51 +0000 (+0300) Subject: Bluetooth: Fix HCI command send functions to use const specifier X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~77^2~18^2^2~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07dc93dd14957dc1faba08f0aadd27b082e35ba2;p=pandora-kernel.git Bluetooth: Fix HCI command send functions to use const specifier All HCI command send functions that take a pointer to the command parameters do not need to modify the content in any way (they merely copy the data to an skb). Therefore, the parameter type should be declared const. This also allows passing already const parameters to these APIs which previously would have generated a compiler warning. Signed-off-by: Johan Hedberg Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed