From: Vasiliy Kulikov Date: Sun, 12 Sep 2010 18:56:57 +0000 (+0400) Subject: staging: solo6010: fix signess bug X-Git-Tag: v2.6.37-rc1~60^2~3^2~580 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3850a8ae43a1d93cda1f9a9132d41b98d825f6a3;p=pandora-kernel.git staging: solo6010: fix signess bug video_nr is unsigned, so check video_nr >= 0 doesn't make sense. The only "negative" value may be -1, so explicitly check for it. Signed-off-by: Vasiliy Kulikov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed