mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-29 01:10:01 +04: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