commit | 03b31868a463c48d6ebd8825326ee8310fce62c3 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Fri Oct 11 07:01:02 2013 -0700 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Fri Oct 11 17:00:08 2013 +0200 |
tree | a2bc240dd99922bda8ae052a7c06eaf16f9492cc | |
parent | 6b5924bfeac1321118fbc54313fc3c25ba1a2cb5 [diff] |
Bluetooth: Remove pointless parameter check in dtl1_hci_send_frame() The hdev parameter of dtl1_hci_send_frame() is always valid. If it were not valid, then it would have crashed earlier in the call chain. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>