mtag: don't set the name in expr_to_mtag_offset()
commit4dc1719ad03bd92fa2c8eff623195ddad696d53a
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 31 Jul 2018 11:12:30 +0000 (31 14:12 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 31 Jul 2018 11:13:41 +0000 (31 14:13 +0300)
treed46c922344deb1d8666bcd7899594961510b5d7e
parent2f1423481a54e121574d33ffa10d0f81e55ac6d0
mtag: don't set the name in expr_to_mtag_offset()

This function used to give a name parameter but it seems like a wrong
thing.  The only smatch_param_to_mtag_data.c code was the only place that
used it, but that code seems like a wrong approach and I'm going to
re-write it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_debug.c
smatch.h
smatch_mtag.c
smatch_mtag_data.c
smatch_param_to_mtag_data.c