linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] crypto: caam - remove duplicate FIFOST_CONT_MASK define
@ 2014-06-09 15:19 Dan Carpenter
  2014-06-12 23:18 ` Kim Phillips
  2014-06-14  3:45 ` Marek Vasut
  0 siblings, 2 replies; 4+ messages in thread
From: Dan Carpenter @ 2014-06-09 15:19 UTC (permalink / raw)
  To: Alex Porosanu; +Cc: Herbert Xu, linux-crypto, kernel-janitors

The FIFOST_CONT_MASK define is cut and pasted twice so we can delete the
second instance.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/crypto/caam/desc.h b/drivers/crypto/caam/desc.h
index 7e4500f..d397ff9 100644
--- a/drivers/crypto/caam/desc.h
+++ b/drivers/crypto/caam/desc.h
@@ -321,7 +321,6 @@ struct sec4_sg_entry {
 /* Continue - Not the last FIFO store to come */
 #define FIFOST_CONT_SHIFT	23
 #define FIFOST_CONT_MASK	(1 << FIFOST_CONT_SHIFT)
-#define FIFOST_CONT_MASK	(1 << FIFOST_CONT_SHIFT)
 
 /*
  * Extended Length - use 32-bit extended length that

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

end of thread, other threads:[~2014-06-20 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 15:19 [patch] crypto: caam - remove duplicate FIFOST_CONT_MASK define Dan Carpenter
2014-06-12 23:18 ` Kim Phillips
2014-06-20 18:42   ` Herbert Xu
2014-06-14  3:45 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).