From: Johan Hedberg Date: Thu, 1 Nov 2012 11:27:26 +0000 (+0200) Subject: Bluetooth: Fix parameter order of hci_get_route X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~174^2^2~130^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c0afedf55ff409be9db0b0aeeaa1c6fe0f3cd3c;p=pandora-kernel.git Bluetooth: Fix parameter order of hci_get_route The actual parameter order of hci_get_route is (dst, src) and not (src, dst). All current callers use the right order but the header file shows the parameters in the wrong order. Signed-off-by: Johan Hedberg Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed