[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-crypto-vger
Subject:    [PATCH 2/10] crypto mv_cesa : Remove compiler warning in mv_cesa
From:       Uri Simchoni <uri () jdland ! co ! il>
Date:       2010-03-16 14:43:58
Message-ID: 4B9F992E.4040300 () jdland ! co ! il
[Download RAW message or body]

Remove compiler warning

Signed-off-by: Uri Simchoni <uri@jdland.co.il>
---
diff -upr linux-2.6.32.8_p1/drivers/crypto/mv_cesa.c 
linux-2.6.32.8_p2/drivers/crypto/mv_cesa.c
--- linux-2.6.32.8_p1/drivers/crypto/mv_cesa.c    2010-03-16 
08:59:12.074583163 +0200
+++ linux-2.6.32.8_p2/drivers/crypto/mv_cesa.c    2010-03-16 
09:04:01.860953458 +0200
@@ -178,6 +178,7 @@ static void mv_process_current_q(int fir
          op.config = CFG_OP_CRYPT_ONLY | CFG_ENCM_AES | CFG_ENC_MODE_ECB;
          break;
      case COP_AES_CBC:
+    default:
          op.config = CFG_OP_CRYPT_ONLY | CFG_ENCM_AES | CFG_ENC_MODE_CBC;
          op.enc_iv = ENC_IV_POINT(SRAM_DATA_IV) |
              ENC_IV_BUF_POINT(SRAM_DATA_IV_BUF);

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic