USB: bluetty.c allocation bug fix
In usb_bluetooth_probe, the transfer buffers for the write pool urbs are allocated with size 0, because bluetooth->bulk_out_buffer_size isn't set until after the loop.
Showing
Please register or sign in to comment