Servidores Ilimitados para Correos Masivos

2013-10-22 Thread Su Empresa
La mejor herramienta para aumentar sus ventas exponencialmente. El mejor directorio empresarial con funciones adicionales como son: - Servidores de envio masivo ilimitados con actualizaciones mensuales. - Suites de software para la gestion y envio de sus campaƱas publicitarias. - Soporte tecn

Re: [PATCH] drivers: staging: speakup: serialio: delay initializing 'old_serial_port.baud_base'

2013-10-22 Thread Chen Gang
Excuse me, I have no related hardware to give a test, this patch passes cross compiling. If test is necessary, welcome any members to help test it. And also, if anyone finds another better fixing way, welcome to try, and mark me as Reported-by is OK. :-) Thanks. On 10/23/2013 11:20 AM, Chen Gan

[PATCH] drivers: staging: speakup: serialio: delay initializing 'old_serial_port.baud_base'

2013-10-22 Thread Chen Gang
For some architectures (e.g. arc), BASE_BAUD cannot be constant number. So have to delay initializing 'old_serial_port.baud_base', or can not pass compiling. The related error (allmodconfig for arc with gcc-4.8.0): CC [M] drivers/staging/speakup/serialio.o drivers/staging/speakup/serialio.

[PATCH v4 2/2] Staging: zram: Fix decrement of variable by calling bdput()

2013-10-22 Thread Rashika Kheria
As suggested by Jerome Marchand "The code in reset_store get the block device (bdget_disk()) but it does not put it (bdput()) when it's done using it. The usage count is therefor incremented but never decremented." Hence, this patch introduces a call to bdput() to decrement the variable after usa

[PATCH v4 1/2] Staging: zram: Fix variable dereferenced before check

2013-10-22 Thread Rashika Kheria
This patch fixes the following Smatch warning in zram_drv.c- drivers/staging/zram/zram_drv.c:663 reset_store() warn: variable dereferenced before check 'bdev' (see line 652) drivers/staging/zram/zram_drv.c:899 destroy_device() warn: variable dereferenced before check 'zram->disk' (see line 896) S

Re: [PATCH v3] Staging: zram: Fix variable dereferenced before check

2013-10-22 Thread Jerome Marchand
On 10/22/2013 02:30 PM, Rashika Kheria wrote: > > > > On Mon, Oct 21, 2013 at 8:01 PM, Minchan Kim > wrote: > > Hello, > > On Mon, Oct 21, 2013 at 02:52:41PM +0530, Rashika Kheria wrote: > > This patch fixes the following Smatch warning in zram_drv.c- >

Re: [PATCH] drivers: staging: bcm: removed a developer debug message per the TODO list.

2013-10-22 Thread Dan Carpenter
On Mon, Oct 21, 2013 at 02:57:24AM -0400, Chuong Ngo wrote: > Removed a debug message as outlined in the TODO list. The Signed-off-by line is missing. Run checkpatch.pl over your patch. Hopefully it should warn you to remove the curly braced because they are not needed any more. Otherwise the pa

Re: [PATCH 00/22] staging: lustre: Update structs

2013-10-22 Thread Dan Carpenter
On Sun, Oct 20, 2013 at 08:40:43PM -0700, Lisa Nguyen wrote: > On Sun, Oct 20, 2013 at 8:07 PM, Peng, Tao wrote: > > Hi Lisa, > > > > Thanks for the patch. I assume you were using coccinelle (or sed) to do the > > conversion. Are there change done by hand other than scripting? Can you > > please