cfi: simplify and clearify code
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 8 Mar 2010 17:31:27 +0000 (18:31 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 8 Mar 2010 17:31:27 +0000 (18:31 +0100)
commitfc1063a1b9df5857ee3f1c18f88e5b821b5f0960
treed4ae955daddca9c2328acaf55a9b302a1400b760
parent7a5c9c2f4ae409e09faf12d5b8b76af135a85e73
cfi: simplify and clearify code

At the end I have added comments /* FIXME: to be removed */
There are 3 lines in which my simplification is not complete due to
data dependency with LOG_DEBUG() messages visible in the patch.
Such log_debug has been introduced on Jan 22, 2007 with commit
4fc97d3f2726efa147cfdb0c456eace51550e1e3 during development activity
in this file/procedure.

From my point of view, these logs can be removed, since not part of a
consistent flow of information.
Alternatively, could be borrowed in the new cfi_send_command(), but
this will increase verbosity.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/flash/nor/cfi.c