All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [SCSI] aic7xxx: remove duplicate define
@ 2013-10-23 10:34 Michael Opdenacker
  2013-12-09  9:55 ` [PATCH][RESEND] " Michael Opdenacker
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Opdenacker @ 2013-10-23 10:34 UTC (permalink / raw)
  To: hare, JBottomley; +Cc: linux-scsi, linux-kernel, Michael Opdenacker

Remove duplicate define
in drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
index 9df9e2c..8373447 100644
--- a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
+++ b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
@@ -209,7 +209,6 @@ struct instruction {
 #define AIC_OP_JC16	0x9105
 #define AIC_OP_JNC16	0x9205
 #define AIC_OP_CALL16	0x9305
-#define AIC_OP_CALL16	0x9305
 
 /* Page extension is low three bits of second opcode byte. */
 #define AIC_OP_JMPF	0xA005
-- 
1.8.1.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH][RESEND] [SCSI] aic7xxx: remove duplicate define
  2013-10-23 10:34 [PATCH] [SCSI] aic7xxx: remove duplicate define Michael Opdenacker
@ 2013-12-09  9:55 ` Michael Opdenacker
  2013-12-09 10:01   ` Hannes Reinecke
  2014-03-05  5:18   ` [PATCH] [RESEND] " Michael Opdenacker
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Opdenacker @ 2013-12-09  9:55 UTC (permalink / raw)
  To: hare, JBottomley; +Cc: linux-scsi, linux-kernel, Michael Opdenacker

Remove duplicate define
in drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
index 9df9e2ce3538..8373447bd7d3 100644
--- a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
+++ b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
@@ -209,7 +209,6 @@ struct instruction {
 #define AIC_OP_JC16	0x9105
 #define AIC_OP_JNC16	0x9205
 #define AIC_OP_CALL16	0x9305
-#define AIC_OP_CALL16	0x9305
 
 /* Page extension is low three bits of second opcode byte. */
 #define AIC_OP_JMPF	0xA005
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH][RESEND] [SCSI] aic7xxx: remove duplicate define
  2013-12-09  9:55 ` [PATCH][RESEND] " Michael Opdenacker
@ 2013-12-09 10:01   ` Hannes Reinecke
  2014-03-05  5:18   ` [PATCH] [RESEND] " Michael Opdenacker
  1 sibling, 0 replies; 5+ messages in thread
From: Hannes Reinecke @ 2013-12-09 10:01 UTC (permalink / raw)
  To: Michael Opdenacker, JBottomley; +Cc: linux-scsi, linux-kernel

On 12/09/2013 10:55 AM, Michael Opdenacker wrote:
> Remove duplicate define
> in drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
>  drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
> index 9df9e2ce3538..8373447bd7d3 100644
> --- a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
> +++ b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
> @@ -209,7 +209,6 @@ struct instruction {
>  #define AIC_OP_JC16	0x9105
>  #define AIC_OP_JNC16	0x9205
>  #define AIC_OP_CALL16	0x9305
> -#define AIC_OP_CALL16	0x9305
>  
>  /* Page extension is low three bits of second opcode byte. */
>  #define AIC_OP_JMPF	0xA005
> 
Acked-by: Hannes Reinecke <hare@suse.de>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		      zSeries & Storage
hare@suse.de			      +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] [RESEND] [SCSI] aic7xxx: remove duplicate define
  2013-12-09  9:55 ` [PATCH][RESEND] " Michael Opdenacker
  2013-12-09 10:01   ` Hannes Reinecke
@ 2014-03-05  5:18   ` Michael Opdenacker
  2014-03-18  8:23     ` Michael Opdenacker
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Opdenacker @ 2014-03-05  5:18 UTC (permalink / raw)
  To: JBottomley; +Cc: linux-scsi, linux-kernel, Michael Opdenacker

Remove duplicate define
in drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Acked-by: Hannes Reinecke <hare@suse.de>
---
 drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
index 9df9e2ce3538..8373447bd7d3 100644
--- a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
+++ b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
@@ -209,7 +209,6 @@ struct instruction {
 #define AIC_OP_JC16	0x9105
 #define AIC_OP_JNC16	0x9205
 #define AIC_OP_CALL16	0x9305
-#define AIC_OP_CALL16	0x9305
 
 /* Page extension is low three bits of second opcode byte. */
 #define AIC_OP_JMPF	0xA005
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] [RESEND] [SCSI] aic7xxx: remove duplicate define
  2014-03-05  5:18   ` [PATCH] [RESEND] " Michael Opdenacker
@ 2014-03-18  8:23     ` Michael Opdenacker
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Opdenacker @ 2014-03-18  8:23 UTC (permalink / raw)
  To: akpm, hare, JBottomley; +Cc: linux-scsi, linux-kernel, Michael Opdenacker

Remove duplicate define
in drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Acked-by: Hannes Reinecke <hare@suse.de>
---
 drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
index 9df9e2ce3538..8373447bd7d3 100644
--- a/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
+++ b/drivers/scsi/aic7xxx/aicasm/aicasm_insformat.h
@@ -209,7 +209,6 @@ struct instruction {
 #define AIC_OP_JC16	0x9105
 #define AIC_OP_JNC16	0x9205
 #define AIC_OP_CALL16	0x9305
-#define AIC_OP_CALL16	0x9305
 
 /* Page extension is low three bits of second opcode byte. */
 #define AIC_OP_JMPF	0xA005
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-03-18  8:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-23 10:34 [PATCH] [SCSI] aic7xxx: remove duplicate define Michael Opdenacker
2013-12-09  9:55 ` [PATCH][RESEND] " Michael Opdenacker
2013-12-09 10:01   ` Hannes Reinecke
2014-03-05  5:18   ` [PATCH] [RESEND] " Michael Opdenacker
2014-03-18  8:23     ` Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.