math: don't pass negative numbers as absolute max for unsigned long long
commitaeb22ef540ff997a84e14688e375baf4ad896d3f
authorDan Carpenter <error27@gmail.com>
Thu, 13 May 2010 15:06:47 +0000 (13 17:06 +0200)
committerDan Carpenter <error27@gmail.com>
Thu, 13 May 2010 15:06:47 +0000 (13 17:06 +0200)
tree45e11c8c9f8ccc269aff4677786986d78b27f08d
parentf02c544c51a4b679dd8092528e8fb88c30716966
math: don't pass negative numbers as absolute max for unsigned long long

Smatch is bad at handling unsigned long long values.  I'm not totally
sure how to do it right.  For now, I'm just adding this hack on top of
the existing hacks.

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