From: Devendra Naga Date: Sun, 16 Sep 2012 16:01:59 +0000 (-0400) Subject: staging: silicom: fix a comparing proc_dir_entry pointer against 0 X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4a9f6e0ac55db62816bfa5e584ed807540a5ee;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed