summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/wl.c
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2015-11-20 14:10:54 -0800
committerRichard Weinberger <richard@nod.at>2015-12-16 22:46:26 +0100
commit2e69d4912f2fc9d4cd952311d58ceae1cd83057b (patch)
tree76d90def57448d93bf168ebe14c454463e4cbfaa /drivers/mtd/ubi/wl.c
parent97cb69dd800a471c3ee2467be3826badd9c12883 (diff)
downloadlinux-2e69d4912f2fc9d4cd952311d58ceae1cd83057b.tar.bz2
UBI: fix use of "VID" vs. "EC" in header self-check
Looks like a typo, using UBI_EC_HDR_SIZE_CRC (note the "EC") to compute the CRC for the VID header. This shouldn't cause any functional change, as both structures are 64 bytes. Verified with: BUILD_BUG_ON(UBI_VID_HDR_SIZE_CRC != UBI_EC_HDR_SIZE_CRC); Reported here: http://lists.infradead.org/pipermail/linux-mtd/2013-September/048570.html Reported by: Bill Pringlemeir <bpringlemeir@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/ubi/wl.c')
0 files changed, 0 insertions, 0 deletions