18 Nov
2014
18 Nov
'14
10:40 a.m.
On Mon, Nov 17, 2014 at 02:15:01PM +0100, SF Markus Elfring wrote:
From: Markus Elfring elfring@users.sourceforge.net Date: Mon, 17 Nov 2014 14:05:27 +0100
The kfree() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed.
Applied, thanks.