Re: [PATCH 09/10] mceusb: int to bool conversion

2010-11-22 Thread David Härdeman
On Mon, Nov 22, 2010 at 01:40:28PM -0500, Jarod Wilson wrote: >On Nov 22, 2010, at 12:42 PM, Mauro Carvalho Chehab wrote: > >> Em 19-11-2010 21:43, David Härdeman escreveu: >>> Convert boolean variables to use the corresponding data type. >>> >>> Signed-off-by: David Härdeman >> >> Waiting for J

Re: [PATCH 09/10] mceusb: int to bool conversion

2010-11-22 Thread Jarod Wilson
On Nov 22, 2010, at 12:42 PM, Mauro Carvalho Chehab wrote: > Em 19-11-2010 21:43, David Härdeman escreveu: >> Convert boolean variables to use the corresponding data type. >> >> Signed-off-by: David Härdeman > > Waiting for Jarod's comments, but the same comment I made on the previous > patch a

Re: [PATCH 09/10] mceusb: int to bool conversion

2010-11-22 Thread Mauro Carvalho Chehab
Em 19-11-2010 21:43, David Härdeman escreveu: > Convert boolean variables to use the corresponding data type. > > Signed-off-by: David Härdeman Waiting for Jarod's comments, but the same comment I made on the previous patch applies to this one. > --- > drivers/media/rc/mceusb.c | 62 > ++

[PATCH 09/10] mceusb: int to bool conversion

2010-11-19 Thread David Härdeman
Convert boolean variables to use the corresponding data type. Signed-off-by: David Härdeman --- drivers/media/rc/mceusb.c | 62 +++-- 1 files changed, 26 insertions(+), 36 deletions(-) diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c i