On 30 October 2013 17:13, Sachin Kamat <sachin.kamat@xxxxxxxxxx> wrote: > sizeof should be of the parent structure type. > > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> > Cc: David Vrabel <david.vrabel@xxxxxxx> > --- > Chris, > Resending the pending patches with appropriate acks. > --- > drivers/mmc/host/ushc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/ushc.c b/drivers/mmc/host/ushc.c > index c0105a2..d2c386f 100644 > --- a/drivers/mmc/host/ushc.c > +++ b/drivers/mmc/host/ushc.c > @@ -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; > -- > 1.7.9.5 > Chris, Can you please look into this series? Let me know if you want me to resend them. -- With warm regards, Sachin -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html