teddy: no need to write control out at the end

This commit is contained in:
Justin Viiret
2016-07-06 09:26:42 +10:00
committed by Matthew Barr
parent b6a77b7329
commit 42f23c2c91
3 changed files with 18 additions and 19 deletions

View File

@@ -52,7 +52,6 @@ extern const u8 ALIGN_DIRECTIVE p_mask_arr[17][32];
#define CHECK_HWLM_TERMINATE_MATCHING \
do { \
if (unlikely(control == HWLM_TERMINATE_MATCHING)) { \
*a->groups = control; \
return HWLM_TERMINATED; \
} \
} while (0);