[PATCH] snd-hda-intel: don't print using snd_printdd on device open

2008-02-17 Thread Adel Gadllah
this. Please CC me when replying -- snd-hda-intel: don't print using snd_printdd on device open Signed-off-by: Adel Gadllah <[EMAIL PROTECTED]> CC: Takashi Iwai <[EMAIL PROTECTED]> CC: Chuck Ebbert <[EMAIL PROTECTED]> diff -upNr linux-2.6.24.2.orign/sound/pci/hda/hda_codec

[PATCH] snd-hda-intel: don't print using snd_printdd on device open

2008-02-17 Thread Adel Gadllah
this. Please CC me when replying -- snd-hda-intel: don't print using snd_printdd on device open Signed-off-by: Adel Gadllah [EMAIL PROTECTED] CC: Takashi Iwai [EMAIL PROTECTED] CC: Chuck Ebbert [EMAIL PROTECTED] diff -upNr linux-2.6.24.2.orign/sound/pci/hda/hda_codec.c linux-2.6.24.2/sound

Re: [PATCH] fix sparse problems with ARRAY_SIZE

2007-07-12 Thread Adel Gadllah
Al Viro wrote: On Tue, Jul 10, 2007 at 09:58:18PM +0100, Al Viro wrote: On Tue, Jul 10, 2007 at 11:40:33PM +0400, Alexey Dobriyan wrote: On Tue, Jul 10, 2007 at 06:09:48PM +0200, Adel Gadllah wrote: --- linux-2.6.orig/include/linux/kernel.h +++ linux-2.6/include/linux/kernel.h

Re: [PATCH] fix sparse problems with ARRAY_SIZE

2007-07-12 Thread Adel Gadllah
Al Viro wrote: On Tue, Jul 10, 2007 at 09:58:18PM +0100, Al Viro wrote: On Tue, Jul 10, 2007 at 11:40:33PM +0400, Alexey Dobriyan wrote: On Tue, Jul 10, 2007 at 06:09:48PM +0200, Adel Gadllah wrote: --- linux-2.6.orig/include/linux/kernel.h +++ linux-2.6/include/linux/kernel.h

Re: [PATCH] fix sparse problems with ARRAY_SIZE

2007-07-10 Thread Adel Gadllah
Adel Gadllah wrote: ARRAY_SIZE seems to create sparse warnings when used on global variables. The attached patch fixes this by using a ARRAY_SIZE macro that does not use __must_be_array(arr) for sparse. See: http://marc.info/?t=11810344917=1=2 P.S: please CC me resend the working one

[PATCH] fix sparse problems with ARRAY_SIZE

2007-07-10 Thread Adel Gadllah
ARRAY_SIZE seems to create sparse warnings when used on global variables. The attached patch fixes this by using a ARRAY_SIZE macro that does not use __must_be_array(arr) for sparse. See: http://marc.info/?t=11810344917=1=2 P.S: please CC me Signed-off-by: Adel Gadllah <[EMAIL PROTEC

[PATCH] fix sparse problems with ARRAY_SIZE

2007-07-10 Thread Adel Gadllah
ARRAY_SIZE seems to create sparse warnings when used on global variables. The attached patch fixes this by using a ARRAY_SIZE macro that does not use __must_be_array(arr) for sparse. See: http://marc.info/?t=11810344917r=1w=2 P.S: please CC me Signed-off-by: Adel Gadllah [EMAIL PROTECTED

Re: [PATCH] fix sparse problems with ARRAY_SIZE

2007-07-10 Thread Adel Gadllah
Adel Gadllah wrote: ARRAY_SIZE seems to create sparse warnings when used on global variables. The attached patch fixes this by using a ARRAY_SIZE macro that does not use __must_be_array(arr) for sparse. See: http://marc.info/?t=11810344917r=1w=2 P.S: please CC me resend the working one