Re: [PATCH] mISDN: replace sum of bitmasks with OR operation.

2013-07-19 Thread David Miller
From: Alexandru Juncu Date: Thu, 18 Jul 2013 14:36:48 +0300 > Suggested by coccinelle and manually verified. > > Signed-off-by: Alexandru Juncu Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] mISDN: replace sum of bitmasks with OR operation.

2013-07-19 Thread David Miller
From: Alexandru Juncu al...@rosedu.org Date: Thu, 18 Jul 2013 14:36:48 +0300 Suggested by coccinelle and manually verified. Signed-off-by: Alexandru Juncu al...@rosedu.org Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH] mISDN: replace sum of bitmasks with OR operation.

2013-07-18 Thread Alexandru Juncu
Suggested by coccinelle and manually verified. Signed-off-by: Alexandru Juncu --- drivers/isdn/hardware/mISDN/hfcpci.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/isdn/hardware/mISDN/hfcpci.c b/drivers/isdn/hardware/mISDN/hfcpci.c index

[PATCH] mISDN: replace sum of bitmasks with OR operation.

2013-07-18 Thread Alexandru Juncu
Suggested by coccinelle and manually verified. Signed-off-by: Alexandru Juncu al...@rosedu.org --- drivers/isdn/hardware/mISDN/hfcpci.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/isdn/hardware/mISDN/hfcpci.c b/drivers/isdn/hardware/mISDN/hfcpci.c