summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hif/src/ce/ce_main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/hif/src/ce/ce_main.c b/hif/src/ce/ce_main.c
index feb0b9e563c9..6f9cce4080d1 100644
--- a/hif/src/ce/ce_main.c
+++ b/hif/src/ce/ce_main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2017 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -2464,8 +2464,6 @@ void *hif_ce_get_lro_ctx(struct hif_opaque_softc *hif_hdl, int ctx_id)
struct CE_state *ce_state;
struct hif_softc *scn = HIF_GET_SOFTC(hif_hdl);
- QDF_ASSERT(scn != NULL);
-
ce_state = scn->ce_id_to_state[ctx_id];
return ce_state->lro_data;