mtd: fix 2 compiler warnings
authorJohn Crispin <john@openwrt.org>
Wed, 26 Nov 2014 08:59:17 +0000 (08:59 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 26 Nov 2014 08:59:17 +0000 (08:59 +0000)
commit9a70c8ef9b4978f169adb40231987ec44af3e77d
treefa857285fbae076391b5a34e0563ac32953b382d
parent15f6f67d18bea6174d026d6af944f4553bcc3c98
mtd: fix 2 compiler warnings

mtd.c:544:7: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘ssize_t’ [-Wformat]
mtd.c:602:1: warning: label ‘done’ defined but not used [-Wunused-label]

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43383
package/system/mtd/src/mtd.c