commit | 0256b5406e3a87a776df9dd262a7dace0f49e7b0 | [log] [tgz] |
---|---|---|
author | Abdul Hussain <habdul@visteon.com> | Thu Jun 18 12:37:00 2015 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 18 20:20:57 2015 -0700 |
tree | c019edcde87dc94e4ccc4bc7ff5cf41e532bacdb | |
parent | 61500fbd77eee4a27c59e3c930f03f5191db9da1 [diff] |
Staging: wilc1000: NULL check before some freeing functions is not needed This patch removes check before freeing the memory since kfree(NULL) is safe Signed-off-by: Abdul Hussain <habdul@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>