commit | 96edf83c4e284c08584f97623f7c7f029759459e | [log] [tgz] |
---|---|---|
author | Jesper Juhl <juhl-lkml@dif.dk> | Tue May 03 14:38:09 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 03 14:38:09 2005 -0700 |
tree | 966c927ce074efe743303a8004fda02f27dc1ad6 | |
parent | c3924c70dd3bddc28b99ccd1688bd281bad1a9be [diff] |
[PPP]: remove redundant NULL pointer checks before kfree & vfree kfree() and vfree() can both deal with NULL pointers. This patch removes redundant NULL pointer checks from the ppp code in drivers/net/ Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk> Signed-off-by: David S. Miller <davem@davemloft.net>