commit | 01340df8d3cd4d8f1773d5f1f569b77bbfce31ad | [log] [tgz] |
---|---|---|
author | Jassi Brar <jassisinghbrar@gmail.com> | Fri Dec 12 15:22:49 2014 +0530 |
committer | Jassi Brar <jaswinder.singh@linaro.org> | Fri Feb 06 10:58:05 2015 +0530 |
tree | 05a08588a68571a47eef495d3cfef7105b0700a1 | |
parent | 356d5d28f2cd45ee1956ee868de6f5d37bb9f7dd [diff] |
mailbox: check for bit set before polling Before polling we just need to see if the TXDONE_BY_POLL bit is set in txdone_method. There may be another bit (method) specified as well, like TXDONE_BY_ACK. Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>