math: fix a type issue with MOD
commitc03e8f94dc85777f4c2640f736c39fb89291a681
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 30 Nov 2016 20:04:34 +0000 (30 23:04 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 30 Nov 2016 20:04:34 +0000 (30 23:04 +0300)
tree92bb46cc857f0b871b3170e529f9d5508d6f4604
parent55dba52e3fefec3495d607736f8f7e639501b9df
math: fix a type issue with MOD

The types for zero is int, but the type for right is something else.  They
should both be the same type.

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