Re: [PATCH] Staging: dgnc: fix bitmask

2015-03-10 Thread Dan Carpenter
On Mon, Mar 09, 2015 at 09:14:38PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > The bitmask should be used on msignals since the signals variable is not > used anywhere in the function. > You're probably right. I would really like to get Mark's Ack on this though becuase it's

Re: [PATCH] Staging: dgnc: fix bitmask

2015-03-10 Thread Dan Carpenter
On Mon, Mar 09, 2015 at 09:14:38PM +0100, Matteo Semenzato wrote: From: Matteo Semenzato mattew8...@gmail.com The bitmask should be used on msignals since the signals variable is not used anywhere in the function. You're probably right. I would really like to get Mark's Ack on this though

[PATCH] Staging: dgnc: fix bitmask

2015-03-09 Thread Matteo Semenzato
From: Matteo Semenzato The bitmask should be used on msignals since the signals variable is not used anywhere in the function. Signed-off-by: Matteo Semenzato --- drivers/staging/dgnc/dgnc_cls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] Staging: dgnc: fix bitmask

2015-03-09 Thread Matteo Semenzato
From: Matteo Semenzato mattew8...@gmail.com The bitmask should be used on msignals since the signals variable is not used anywhere in the function. Signed-off-by: Matteo Semenzato mattew8...@gmail.com --- drivers/staging/dgnc/dgnc_cls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)