]> www.infradead.org Git - mtd-utils.git/commit
nandwrite: correct data reading
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 16 Dec 2008 08:02:16 +0000 (10:02 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 26 Dec 2008 14:14:12 +0000 (16:14 +0200)
commitf1076eedef167ae28740a6844985a064a474fdfa
tree6cf8004c5f3c667e80f93bfb89066aa3b6db6d3d
parent96a4f76f2e9dad7fdbd6fd7740de44bc90d5769e
nandwrite: correct data reading

The "read" syscall does not necessarily return all the requested
data, in which case the caller has to try again and read more.
Take this into account when reading input data.

This patch is an improved vestion of the original patch sent by
Hai Zaar.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tested-by: Hai Zaar <haizaar@codefidence.com>
nandwrite.c