summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Bityutskiy2012-08-22 15:28:18 +0200
committerArtem Bityutskiy2012-09-04 08:38:57 +0200
commit5739dd72139a8aa079288d245dcd5726dd248e6b (patch)
tree5620e51f825882e0aca616b737aa89df4f55264e
parentLinux 3.6-rc4 (diff)
downloadkernel-qcow2-linux-5739dd72139a8aa079288d245dcd5726dd248e6b.tar.gz
kernel-qcow2-linux-5739dd72139a8aa079288d245dcd5726dd248e6b.tar.xz
kernel-qcow2-linux-5739dd72139a8aa079288d245dcd5726dd248e6b.zip
UBI: print image sequence number as unsigned integer
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rw-r--r--drivers/mtd/ubi/build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c
index 2c5ed5ca9c33..3174dd40095d 100644
--- a/drivers/mtd/ubi/build.c
+++ b/drivers/mtd/ubi/build.c
@@ -940,7 +940,7 @@ int ubi_attach_mtd_dev(struct mtd_info *mtd, int ubi_num, int vid_hdr_offset)
ubi_msg("number of PEBs reserved for bad PEB handling: %d",
ubi->beb_rsvd_pebs);
ubi_msg("max/mean erase counter: %d/%d", ubi->max_ec, ubi->mean_ec);
- ubi_msg("image sequence number: %d", ubi->image_seq);
+ ubi_msg("image sequence number: %u", ubi->image_seq);
/*
* The below lock makes sure we do not race with 'ubi_thread()' which