Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0733119c authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

Bluetooth: Clean up ath3k_load_firmware()

parent cd69a03a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -138,9 +138,6 @@ static int ath3k_load_firmware(struct usb_device *udev,
		count -= size;
	}

	kfree(send_buf);
	return 0;

error:
	kfree(send_buf);
	return err;