Bluetooth: btqca: remove null checks on edl->data as it is an array
authorColin Ian King <colin.king@canonical.com>
Tue, 6 Sep 2016 12:15:49 +0000 (13:15 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 6 Sep 2016 17:57:58 +0000 (19:57 +0200)
commitfb0028e873f0393fb40c776ee545bed36c5c0a15
tree1ba7ba98430355e09d65a7256733f0ce111bf082
parent8ae8e264e8298e0d44a57aac2a5b1107ee66b514
Bluetooth: btqca: remove null checks on edl->data as it is an array

edl->data is an array of __u8 so the null check is unneccessary,
so remove it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btqca.c
This page took 0.024701 seconds and 5 git commands to generate.