Alexander Belyakov wrote: > + /* Prevent setting state FL_SYNCING for chip in suspended state. */ > + if (FL_SYNCING == mode && FL_READY != chip->oldstate) The operand order differs from the rest of the code. Apart from that I think it looks ok. Anders