commit | 8e8fd4d1e83ef7d64f260b4d8d928ab44cc1ce07 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Nov 09 11:08:08 2016 +0900 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Sat Nov 19 19:31:29 2016 +0100 |
tree | ebae336179636c4311aef16805c6186e6acc32a7 | |
parent | 442168273ecf57cf4494e492a59f29991089ff42 [diff] |
mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes() There is no need to initialize oobregion and section since they will be filled by mtd_ooblayout_find_region(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>