linux: generic: fix split_squashfs for 3.6
authorJonas Gorski <jogo@openwrt.org>
Tue, 6 Nov 2012 00:48:21 +0000 (00:48 +0000)
committerJonas Gorski <jogo@openwrt.org>
Tue, 6 Nov 2012 00:48:21 +0000 (00:48 +0000)
commit06f3165bc20130651c022b916e4020b564219c1d
treee636f2fa114ec2c22a228af05469942b76442c57
parent3590dfe2a4000bda13874184cc8a003b2074dcf1
linux: generic: fix split_squashfs for 3.6

_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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34093 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/generic/patches-3.6/400-rootfs_split.patch