]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: hci_uart: Remove unnecessary NULL check before release_firmware()
authorChen Ni <nichen@iscas.ac.cn>
Thu, 10 Apr 2025 07:34:56 +0000 (15:34 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 21 May 2025 14:27:51 +0000 (10:27 -0400)
commitbd3cb3c5aec80f70762c34fdd3068f07b212108e
treef26a96f90c488158346a242aa0b06ef50dca78f8
parentee3e4209e66d44180a41d5ca7271361a2a28fccf
Bluetooth: hci_uart: Remove unnecessary NULL check before release_firmware()

release_firmware() checks for NULL pointers internally.
Remove unneeded NULL check for fmw here.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_aml.c