]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/tf_ulp/ulp_mapper.c
net/bnxt: cleanup and refactor session management
[dpdk.git] / drivers / net / bnxt / tf_ulp / ulp_mapper.c
index 733766ce1e1b7f0f9bf513c2c2453bd2da48dfe9..30180d8ab8ddf97af711b6a9c0ee0b3526afeda4 100644 (file)
@@ -537,10 +537,10 @@ ulp_mapper_index_entry_free(struct bnxt_ulp_context *ulp,
        };
 
        /*
-        * Just set the table scope, it will be ignored if not necessary
+        * Just get the table scope, it will be ignored if not necessary
         * by the tf_free_tbl_entry
         */
-       bnxt_ulp_cntxt_tbl_scope_id_get(ulp, &fparms.tbl_scope_id);
+       (void)bnxt_ulp_cntxt_tbl_scope_id_get(ulp, &fparms.tbl_scope_id);
 
        return tf_free_tbl_entry(tfp, &fparms);
 }