db/fixup_kernel.sh: i2c_algorithm->master_xfer() isn't always byte units
commit410e8a89da7d5b76e0c2d98a7b74cca7be34cef0
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Oct 2017 09:52:14 +0000 (5 12:52 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Oct 2017 09:52:14 +0000 (5 12:52 +0300)
treeef1a542ca0324c5344fa5ff2692b7b8d6702c290
parent2ad3c73e2f74a9942266d0e499fcd86e83df38fc
db/fixup_kernel.sh: i2c_algorithm->master_xfer() isn't always byte units

I'm not certain this fix is the correct thing at all...  Anyway, Smatch is
trying to track which numbers represent bytes and generally assumes that
if it's bytes sometimes, it's always bytes.  The ->master_xfer() sometimes
is in byte units and sometimes not.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/fixup_kernel.sh