Bluetooth: qca: drop bogus edl header checks
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 1 May 2024 12:34:54 +0000 (14:34 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 14 May 2024 14:51:07 +0000 (10:51 -0400)
commit280939bdd8f7b96316751024563faba050547e64
tree0b4b6896740894441fcc209ae85dafe916351e80
parentb33a0d297d3d2068e310616d074d88ab81560236
Bluetooth: qca: drop bogus edl header checks

The skb->data pointer is never NULL so drop the bogus sanity checks when
initialising the EDL header pointer.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btqca.c