mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-12 05:30:31 +00:00
_read expects the retlen to be initialized to zero, which the mtd_read helper does. So fix it by using mtd_read instead of calling _read directly. SVN-Revision: 34093