Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux.git] / drivers / mmc / host / ushc.c
index c0105a2e269a7b89128b3dc1c761118c4f9837c8..d2c386f09d69f4edd20b0ac778624b40f826f1e3 100644 (file)
@@ -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;