commit | 128465ca7c0775609b1c24f66cd6bddac5f59c9b | [log] [tgz] |
---|---|---|
author | Scott Jiang <scott.jiang.linux@gmail.com> | Mon Apr 23 18:18:12 2012 -0400 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri Apr 27 12:19:01 2012 -0600 |
tree | c3d4b1c135e36bbd0f99b56c8f50ec1c7fe71cf1 | |
parent | 8d9d2a4b6ca0013b62a438808d22bdd615abcd00 [diff] |
spi/spi-bfin5xx: fix reversed if condition in interrupt mode This condition is used to determine 8 bits or 16 and 32 bits transfer. Obviously it is reversed. Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>