]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBI: Fastmap: Fix PEB array type
authorEzequiel García <ezequiel@vanguardiasur.com.ar>
Sat, 17 Oct 2015 17:55:55 +0000 (14:55 -0300)
committerRichard Weinberger <richard@nod.at>
Fri, 6 Nov 2015 22:26:50 +0000 (23:26 +0100)
commit2a130f1aa54c2fb35abfc4d66e0239c80d054210
tree9d350765dcbbe91ea0be08bdd4ce9d331cec6787
parentaeeb14f763917ccf639a602cfbeee6957fd944a2
UBI: Fastmap: Fix PEB array type

The PEB array is an array of __be32, so let's fix the
scan_pool() prototype accordingly.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/fastmap.c