commit | 5b87057c5d1d1bf664d07c1cfab67f953be02d99 | [log] [tgz] |
---|---|---|
author | Gokul Sriram Palanisamy <gpalan@codeaurora.org> | Tue Aug 30 15:48:07 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Aug 31 21:59:25 2016 -0700 |
tree | 7702c6d8be94a89311948c5a409e0cc98e59b42e | |
parent | a30ad3ea21c0829901028d4c6e03e6822fd12311 [diff] |
qcom: nand: Add missing writebufsize initialization for ubi fastmap The writebufsize is introduced in mtd struct for the ubi fastmap support. This is not initialized in the qpic nand driver which leads to ubi error. Fixed the following ubi error. bad write buffer size 0 for 2048 min. I/O unit UBI init error 22 Change-Id: Ie523affe2d202f0e7b3e17dc4ecec19f7c02de27 Signed-off-by: Gokul Sriram Palanisamy <gpalan@codeaurora.org>