commit | 1974eba605557e934764cb83c8ceb0eca78f011a | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.zhang@analog.com> | Tue Jan 11 11:19:08 2011 -0500 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Feb 15 13:57:02 2011 -0700 |
tree | 02788033188a4cb5c5ec5861c7599d313cdfc6a3 | |
parent | 4d676fc5c39a677aa72148debd47029d8d8f0634 [diff] |
spi/bfin_spi: return immediately after skipping to next transfer If there is an error with setting up a transfer, we need to return immediately rather than trying to continue to process things. We already set up the error states for the caller at this point. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>