Loading drivers/mmc/host/ushc.c +1 −1 Original line number Diff line number Diff line Loading @@ -504,7 +504,7 @@ static int ushc_probe(struct usb_interface *intf, const struct usb_device_id *id ret = -ENOMEM; goto err; } ushc->csw = kzalloc(sizeof(struct ushc_cbw), GFP_KERNEL); ushc->csw = kzalloc(sizeof(struct ushc_csw), GFP_KERNEL); if (ushc->csw == NULL) { ret = -ENOMEM; goto err; Loading Loading
drivers/mmc/host/ushc.c +1 −1 Original line number Diff line number Diff line Loading @@ -504,7 +504,7 @@ static int ushc_probe(struct usb_interface *intf, const struct usb_device_id *id ret = -ENOMEM; goto err; } ushc->csw = kzalloc(sizeof(struct ushc_cbw), GFP_KERNEL); ushc->csw = kzalloc(sizeof(struct ushc_csw), GFP_KERNEL); if (ushc->csw == NULL) { ret = -ENOMEM; goto err; Loading