On Mon, Sep 09, 2013 at 03:01:27PM -0400, Lidza Louina wrote: > The arguments that were passed into sizeof were > generic. This patch changes this by putting > the actual item that we need a size of instead. > > For example: > - kzalloc(sizeof(struct dgnc_board), GFP_KERNEL); > + kzalloc(sizeof(*brd), GFP_KERNEL); > > Signed-off-by: Lidza Louina <lidza.lou...@gmail.com> > Reviewed-by: Dan Carpenter <dan.carpen...@oracle.com>
This no longer applies :( Can you refresh it and resend please? thanks, greg k-h _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel