Re: [PATCH 3/4] Intel PTI implementaiton of MIPI 1149.7.
From: Jesper Juhl
Date: Thu May 05 2011 - 16:44:44 EST
On Thu, 5 May 2011, J Freyensee wrote:
[...]
>
> I'm no means an expert in the kernel, but I assume kfree() is like C
> free(), that it's a nop if it receives a NULL value?
>
Yes. kfree(NULL) is a nop, so you can avoid the conditional branch.
--
Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/