extra: use the fake assignments instead of the initializer
commitd078d63b5dcb452f07842735c9d8ca1160f9c2fc
authorDan Carpenter <error27@gmail.com>
Tue, 30 Mar 2010 20:16:04 +0000 (30 23:16 +0300)
committerDan Carpenter <error27@gmail.com>
Tue, 30 Mar 2010 20:16:04 +0000 (30 23:16 +0300)
tree6225df2cfa5ebc0ee1121f515c9bc568896f695a
parent754e41e3613303b258039b19579b83bbb3897529
extra: use the fake assignments instead of the initializer

smatch flow creates fake assignments so that checks don't have to care
about initialization vs assignment.  Take advantage of this in smatch_extra
instead of setting a state and then immediately overwriting it.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_extra.c