From: Alan Cox Date: Thu, 11 Oct 2012 16:21:03 +0000 (+0100) Subject: staging: dgrp: fix some warnings X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1088 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720a9bece0c132a9095e997969f07d8694816bbc;p=pandora-kernel.git staging: dgrp: fix some warnings Just squashing these to get them out of the analysis queue. nd_ps_desc is an array not a pointer so comparing it with NULL is silly (be nice if gcc shouted about this). And there are some slightly pointless comparisons too. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed