Re: [PATCH] atm: firestream: remove duplicate define

2013-10-21 Thread David Miller
From: chas williams - CONTRACTOR 
Date: Mon, 21 Oct 2013 07:53:35 -0400

> Acked-by: Chas Williams 
> 
> On Mon, 21 Oct 2013 10:12:41 +0200
> Michael Opdenacker  wrote:
> 
>> This patch removes a duplicate define in drivers/atm/firestream.h
>> 
>> Signed-off-by: Michael Opdenacker 

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] atm: firestream: remove duplicate define

2013-10-21 Thread chas williams - CONTRACTOR
Acked-by: Chas Williams 

On Mon, 21 Oct 2013 10:12:41 +0200
Michael Opdenacker  wrote:

> This patch removes a duplicate define in drivers/atm/firestream.h
> 
> Signed-off-by: Michael Opdenacker 
> ---
>  drivers/atm/firestream.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/atm/firestream.h b/drivers/atm/firestream.h
> index 49e783e..364eded 100644
> --- a/drivers/atm/firestream.h
> +++ b/drivers/atm/firestream.h
> @@ -420,7 +420,6 @@ struct fs_transmit_config {
>  #define RC_FLAGS_BFPS_BFP27 (0xd << 17)
>  #define RC_FLAGS_BFPS_BFP47 (0xe << 17)
>  
> -#define RC_FLAGS_BFPS   (0x1 << 17)
>  #define RC_FLAGS_BFPP   (0x1 << 21)
>  #define RC_FLAGS_TEVC   (0x1 << 22)
>  #define RC_FLAGS_TEP(0x1 << 23)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] atm: firestream: remove duplicate define

2013-10-21 Thread Michael Opdenacker
This patch removes a duplicate define in drivers/atm/firestream.h

Signed-off-by: Michael Opdenacker 
---
 drivers/atm/firestream.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/atm/firestream.h b/drivers/atm/firestream.h
index 49e783e..364eded 100644
--- a/drivers/atm/firestream.h
+++ b/drivers/atm/firestream.h
@@ -420,7 +420,6 @@ struct fs_transmit_config {
 #define RC_FLAGS_BFPS_BFP27 (0xd << 17)
 #define RC_FLAGS_BFPS_BFP47 (0xe << 17)
 
-#define RC_FLAGS_BFPS   (0x1 << 17)
 #define RC_FLAGS_BFPP   (0x1 << 21)
 #define RC_FLAGS_TEVC   (0x1 << 22)
 #define RC_FLAGS_TEP(0x1 << 23)
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] atm: firestream: remove duplicate define

2013-10-21 Thread Michael Opdenacker
This patch removes a duplicate define in drivers/atm/firestream.h

Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com
---
 drivers/atm/firestream.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/atm/firestream.h b/drivers/atm/firestream.h
index 49e783e..364eded 100644
--- a/drivers/atm/firestream.h
+++ b/drivers/atm/firestream.h
@@ -420,7 +420,6 @@ struct fs_transmit_config {
 #define RC_FLAGS_BFPS_BFP27 (0xd  17)
 #define RC_FLAGS_BFPS_BFP47 (0xe  17)
 
-#define RC_FLAGS_BFPS   (0x1  17)
 #define RC_FLAGS_BFPP   (0x1  21)
 #define RC_FLAGS_TEVC   (0x1  22)
 #define RC_FLAGS_TEP(0x1  23)
-- 
1.8.1.2

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] atm: firestream: remove duplicate define

2013-10-21 Thread chas williams - CONTRACTOR
Acked-by: Chas Williams c...@cmf.nrl.navy.mil

On Mon, 21 Oct 2013 10:12:41 +0200
Michael Opdenacker michael.opdenac...@free-electrons.com wrote:

 This patch removes a duplicate define in drivers/atm/firestream.h
 
 Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com
 ---
  drivers/atm/firestream.h | 1 -
  1 file changed, 1 deletion(-)
 
 diff --git a/drivers/atm/firestream.h b/drivers/atm/firestream.h
 index 49e783e..364eded 100644
 --- a/drivers/atm/firestream.h
 +++ b/drivers/atm/firestream.h
 @@ -420,7 +420,6 @@ struct fs_transmit_config {
  #define RC_FLAGS_BFPS_BFP27 (0xd  17)
  #define RC_FLAGS_BFPS_BFP47 (0xe  17)
  
 -#define RC_FLAGS_BFPS   (0x1  17)
  #define RC_FLAGS_BFPP   (0x1  21)
  #define RC_FLAGS_TEVC   (0x1  22)
  #define RC_FLAGS_TEP(0x1  23)

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] atm: firestream: remove duplicate define

2013-10-21 Thread David Miller
From: chas williams - CONTRACTOR c...@cmf.nrl.navy.mil
Date: Mon, 21 Oct 2013 07:53:35 -0400

 Acked-by: Chas Williams c...@cmf.nrl.navy.mil
 
 On Mon, 21 Oct 2013 10:12:41 +0200
 Michael Opdenacker michael.opdenac...@free-electrons.com wrote:
 
 This patch removes a duplicate define in drivers/atm/firestream.h
 
 Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com

Applied.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/