commit | 90a06cc8438948f57d028c1dd97cfe95cee0d451 | [log] [tgz] |
---|---|---|
author | Sagar Dharia <sdharia@codeaurora.org> | Mon Jun 25 12:44:02 2012 -0600 |
committer | Sagar Dharia <sdharia@codeaurora.org> | Mon Jun 25 13:15:16 2012 -0600 |
tree | 58b6f516de13af655e4ecb0b4c7ec99d52ae5f4e | |
parent | b4ad112b4006e5bd266f31d0b7d6db22f7347126 [diff] |
slimbus: Modify check for empty slots There was a corner case where the open slot count was going -ve indicating that there are no slots left for messaging. The current check to ensure non-zero messaging slots does not take that into account. This commit fixes that check. CRs-fixed: 370229 Change-Id: I832ce0a26f1919d3d03b4ef0311603a5a778685e Signed-off-by: Sagar Dharia <sdharia@codeaurora.org>