Re: [PATCH] Make nchg variable signed because the code compares this variable against negative values.

2011-05-26 Thread Jean-Francois Moine
On Wed, 25 May 2011 21:07:17 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: This patch looks ok to me, although the description is not 100%. The sonixj driver compares the value for nchg with if (sd-nchg -6 || sd-nchg = 12) { With u8, negative values won't work.

Re: [PATCH] Make nchg variable signed because the code compares this variable against negative values.

2011-05-25 Thread Mauro Carvalho Chehab
escreveu: --HPS dvb-usb-0006.patch From b05d4913df24f11c7b7a2e07201bb87a04a949bc Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky hsela...@c2i.net Date: Mon, 23 May 2011 13:09:18 +0200 Subject: [PATCH] Make nchg variable signed because the code compares this variable against

[PATCH] Make nchg variable signed because the code compares this variable against negative values.

2011-05-23 Thread Hans Petter Selasky
--HPS From b05d4913df24f11c7b7a2e07201bb87a04a949bc Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky hsela...@c2i.net Date: Mon, 23 May 2011 13:09:18 +0200 Subject: [PATCH] Make nchg variable signed because the code compares this variable against negative values. Signed-off-by: Hans Petter