From: Marcel Holtmann Date: Thu, 10 Oct 2013 21:54:18 +0000 (-0700) Subject: Bluetooth: Remove pointless check of hci_send_frame parameter X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d386acea090e7af3346de59d9e322f92128a4b1;p=pandora-kernel.git Bluetooth: Remove pointless check of hci_send_frame parameter The hdev parameter of hci_send_frame must be always valid. If the hdev is not valid, it would not even make it to this stage. The callers will have already accessed hdev at that point many times. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed