On Sun, 2007-07-08 at 05:39 -0400, Robert P. J. Day wrote:

> -     t = kcalloc(1, sizeof(*t), GFP_KERNEL);
> +     t = kcalloc(sizeof(*t), GFP_KERNEL);
               ^
I don't think that's going to work, and shouldn't it probably use
kzalloc instead of kmalloc (as you wrote in subject)

johannes

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to