aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ts_fsm.c
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-25 11:51:01 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-25 11:51:01 +0100
commit02352a56e21d0f215000c4cbb474c2cac5309661 (patch)
tree29d4297ba4df060f49926bf708f06128cb6466e9 /lib/ts_fsm.c
parentf0fb4b75b6d61c1e98b8b6b2411cbac144b98fb7 (diff)
downloadkernel_samsung_smdk4412-02352a56e21d0f215000c4cbb474c2cac5309661.zip
kernel_samsung_smdk4412-02352a56e21d0f215000c4cbb474c2cac5309661.tar.gz
kernel_samsung_smdk4412-02352a56e21d0f215000c4cbb474c2cac5309661.tar.bz2
merge lib, kernel timer, remove unneeded bluetooth tizen and asm includes, disable mobicore
Diffstat (limited to 'lib/ts_fsm.c')
-rw-r--r--lib/ts_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ts_fsm.c b/lib/ts_fsm.c
index 1f8dfea..5696a35 100644
--- a/lib/ts_fsm.c
+++ b/lib/ts_fsm.c
@@ -141,7 +141,7 @@ static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state)
struct ts_fsm_token *cur = NULL, *next;
unsigned int match_start, block_idx = 0, tok_idx;
unsigned block_len = 0, strict, consumed = state->offset;
- const u8 *data = NULL;
+ const u8 *data;
#define GET_NEXT_BLOCK() \
({ consumed += block_idx; \