remove null tests for arrays.
commit85e89c07b8e4e7541765a0f460d6b74fdc8b2e84
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Aug 2014 11:00:36 +0000 (25 14:00 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Aug 2014 11:00:36 +0000 (25 14:00 +0300)
tree5c32f56d11560dec13c82e598969cf8c5a428019
parentc128a66039127751d71cd08ab4a690c97280a35c
remove null tests for arrays.

Smatch complains about a bunch of these useless tests.

warn: this array is probably non-NULL. 'sym->ident->name'

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_kernel.c
smatch_buf_size.c
smatch_db.c
smatch_helper.c