tehuti: No need check vfree() pointer.
authorFigo.zhang <figo1802@gmail.com>
Wed, 10 Jun 2009 04:18:38 +0000 (04:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2009 09:47:14 +0000 (02:47 -0700)
vfree() does its own 'NULL' check, so no need for check before
calling it.

Signed-off-by: Figo.zhang <figo1802@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found