]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Mon, 19 Sep 2016 18:19:34 +0000 (20:19 +0200)
commit98d84a56ee3179ef6a8c381b2320e4e63d08122e
treef293272143468df85729c5a470fcb94607942c3b
parent8cbac35c6294b0dee18836aa3b4bba766744defb
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