[PATCH] Xilinx: SPI: Fix bits_per_word for transfers

2009-09-14 Thread John Linn
The bits_per_word value can be set for each transfer, or can be set to zero in each transfer in which case it should default to the value in the driver. The driver was fixed to properly check the bits_per_word in the transfer that is passed in. Signed-off-by: John Linn john.l...@xilinx.com ---

Re: [PATCH] Xilinx: SPI: Fix bits_per_word for transfers

2009-09-14 Thread Grant Likely
On Mon, Sep 14, 2009 at 12:17 PM, John Linn john.l...@xilinx.com wrote: The bits_per_word value can be set for each transfer, or can be set to zero in each transfer in which case it should default to the value in the driver. The driver was fixed to properly check the bits_per_word in the