Signed-off-by: Fabian Frederick <[email protected]>
---
 drivers/net/ethernet/brocade/bna/cna_fwimg.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/ethernet/brocade/bna/cna_fwimg.c 
b/drivers/net/ethernet/brocade/bna/cna_fwimg.c
index 6a68e8d..6f72771 100644
--- a/drivers/net/ethernet/brocade/bna/cna_fwimg.c
+++ b/drivers/net/ethernet/brocade/bna/cna_fwimg.c
@@ -68,10 +68,8 @@ bfa_cb_image_get_chunk(enum bfi_asic_gen asic_gen, u32 off)
        switch (asic_gen) {
        case BFI_ASIC_GEN_CT:
                return (bfi_image_ct_cna + off);
-               break;
        case BFI_ASIC_GEN_CT2:
                return (bfi_image_ct2_cna + off);
-               break;
        default:
                return NULL;
        }
@@ -83,10 +81,8 @@ bfa_cb_image_get_size(enum bfi_asic_gen asic_gen)
        switch (asic_gen) {
        case BFI_ASIC_GEN_CT:
                return bfi_image_ct_cna_size;
-               break;
        case BFI_ASIC_GEN_CT2:
                return bfi_image_ct2_cna_size;
-               break;
        default:
                return 0;
        }
-- 
1.9.1

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

Reply via email to