Files
u-boot/drivers/block
Alexey Brodkin 7cde9f35d6 block: systemace: Added missing "else" in "ace_writew"
System ACE compact flash controller supports either 8-bit (default) or
16-bit data transfers. And in corresponding driver we need to implement
read/write of 16-bit data words properly for both modes of operation.

In existing code if width==8 both branches get executed which may cause
unexpected behavior of SystemAce controller.

Addition of "else" fixes described issue and execution is done as
expected for both (8-bit and 16-bit) data bus widths.

Signed-off-by: Alexey Brodkin <alexey.brodkin@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2013-02-04 12:07:08 +01:00
..
2012-11-04 11:00:37 -07:00
2012-11-04 11:00:37 -07:00
2012-06-21 20:53:09 +02:00
2011-09-30 22:01:06 +02:00
2009-07-19 11:24:09 +02:00
2011-08-04 23:34:02 +02:00
2012-11-04 11:00:37 -07:00
2008-10-18 21:54:03 +02:00