From: Hans Petter Selasky Date: Mon, 23 May 2011 11:09:18 +0000 (-0300) Subject: [media] Make nchg variable signed because the code compares this variable against... X-Git-Tag: v3.0-rc3~35^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e27c741339faedcc8e9c2c613487745d1c4b8b;p=pandora-kernel.git [media] Make nchg variable signed because the code compares this variable against negative values The sonixj driver compares the value for nchg with: if (sd->nchg < -6 || sd->nchg >= 12) { With u8, negative values won't work. Signed-off-by: Hans Petter Selasky Acked-by: Jean-Francois Moine Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed