check_signed: ignore fake assignments
commit3a4fddaaacb0857c475df29859b5af1933463e04
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 28 Aug 2018 11:41:17 +0000 (28 14:41 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 28 Aug 2018 11:41:17 +0000 (28 14:41 +0300)
tree0110ab2319da83bbee3e8a166d7f271d7c211f56
parentb9cfdbe4188e2b3c54e8a925221d3840e6630d5b
check_signed: ignore fake assignments

I should probably also figure out why the fake assignments caused a problem
here, but really we shouldn't be parsing them here so this is a speed up
as well as silencing false positives.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_signed.c