git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b787f68
)
spi: sirf: replace BUG condition by error code for unsupported transfer
author
Qipan Li
<Qipan.Li@csr.com>
Mon, 27 Apr 2015 09:22:28 +0000
(09:22 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 27 Apr 2015 19:53:28 +0000
(20:53 +0100)
return error for unsupported bits-per-word format, BUG() is not right
for this scenerios as we are not an ASSERT but an error handler.
Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <baohua.song@csr.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
No differences found