From: Tobias Klauser Date: Fri, 25 Apr 2014 15:03:50 +0000 (+0200) Subject: hv: Remove unnecessary comparison of unsigned against 0 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~38^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b8a406bf5c3675bd193069cc6ab84a66fcbfd7;p=pandora-kernel.git hv: Remove unnecessary comparison of unsigned against 0 pfncount is of type u32 and thus can never be smaller than 0. Found by the coverity scanner, CID 143213. Signed-off-by: Tobias Klauser Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed