commit | 137cd700c1524ee274118d5dd6055d3673a2e8f7 | [log] [tgz] |
---|---|---|
author | Mahesh Sivasubramanian <msivasub@codeaurora.org> | Thu Aug 23 18:52:59 2012 -0600 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Sep 07 16:22:57 2012 -0700 |
tree | 0cde1918d5d18181cebd8a9bac700dd9fa7dafd7 | |
parent | 255395a5dedacf52b3b468ba4bc2a95b29db477c [diff] |
msm: rpm-smd: Remove BUG if packet size is 0 When a interrupt for data event is received, it is possible that the SMD packet could have been processed on other core executing with interrupts locked. In this case, the data event would have scheduled a workqueue which would result in 0 bytes for packet size. This is a valid scenario and shouldn't throw a bug. Change-Id: I8cdb411491e1b344356bae7071ec65342e456655 Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>