commit | 0c4a9f6e0ac55db62816bfa5e584ed807540a5ee | [log] [tgz] |
---|---|---|
author | Devendra Naga <devendra.aaru@gmail.com> | Sun Sep 16 12:01:59 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 17 05:31:33 2012 -0700 |
tree | d3114fc909500485328a802cc5f41efcbb951056 | |
parent | ad139634c50999ab4007a2d83afe96cc500b0afd [diff] |
staging: silicom: fix a comparing proc_dir_entry pointer against 0 we should be using the NULL macro, not 0 to compare against a pointer value, and also remove braces around the single if conditional after the create_proc_entry Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>