diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-17 04:35:37 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-17 08:27:27 -0600 |
commit | e479c60456ef22b0869432887216186aabaed086 (patch) | |
tree | 758439dead9527100e7d218247bf1f55b2b85b07 /arch | |
parent | 2c53b436a30867eb6b47dd7bab23ba638d1fb0d2 (diff) | |
download | kernel_samsung_tuna-e479c60456ef22b0869432887216186aabaed086.zip kernel_samsung_tuna-e479c60456ef22b0869432887216186aabaed086.tar.gz kernel_samsung_tuna-e479c60456ef22b0869432887216186aabaed086.tar.bz2 |
spi/bfin_spi: fix handling of default bits per word setting
The default bits per word setting should be 8 bits, but since most of our
devices have been explicitly setting this up, we didn't notice when the
default stopped working.
At the moment, any default transfers without an explicit bit size setting
error out with:
bfin-spi bfin-spi.0: transfer: unsupported bits_per_word
So in the transfer logic, have a bits_per_word setting of 0 fall into the
8 bit transfer logic.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions