From: Vasiliy Kulikov Date: Sun, 12 Sep 2010 18:56:35 +0000 (+0400) Subject: staging: comedi: fix signess bug X-Git-Tag: v2.6.37-rc1~60^2~3^2~578 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2503a26554c7e73c544fc97f47c1d41faa88bd07;p=pandora-kernel.git staging: comedi: fix signess bug ai_count and ao_counter are unsigned, check for < 0 doesn't make sense. Cast them to int. Signed-off-by: Vasiliy Kulikov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed