On 07/06/2012 11:54 AM, Li Zhong wrote:
> +     if (!c && lname)
> +             kfree(lname);
> +
kfree can still be validly called with a NULL argument. No need for the
lname in the conditional.

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to