···636636637637 /* Initialize control structure and load firmware */638638 data = devm_kzalloc(&intf->dev, sizeof(struct bfusb_data), GFP_KERNEL);639639- if (!data) {640640- BT_ERR("Can't allocate memory for control structure");639639+ if (!data)641640 goto done;642642- }643641644642 data->udev = udev;645643 data->bulk_in_ep = bulk_in_ep->desc.bEndpointAddress;