carl9170 firmware tools: fix compiler warnings
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 13 Jan 2011 13:38:33 +0000 (14:38 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 13 Jan 2011 13:42:44 +0000 (14:42 +0100)
commit1b87ea4a51988adea4d112ada0cb749c8059353c
treed3bc4a61c8cefacbad4f0cd6893f555e212e0f20
parentcc617d2cf8e68457138af9ae058f329f4b5c8008
carl9170 firmware tools: fix compiler warnings

fwinfo.c:258: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘size_t’
eeprom_fix.c:235: warning: overflow in implicit constant conversion

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
tools/lib/carlfw.c
tools/lib/carlfw.h
tools/src/fwinfo.c