commit | 21e57c7edb92c8a78e09f40b91a4e7564d21691f | [log] [tgz] |
---|---|---|
author | Ravi Gummadidala <rgummadi@codeaurora.org> | Mon Mar 25 12:42:34 2013 -0700 |
committer | Ravi Gummadidala <rgummadi@codeaurora.org> | Mon Mar 25 12:42:34 2013 -0700 |
tree | df5fa1d73195acf322fc0732b8aa5ca64b6de93b | |
parent | 13fe1b3ca9e36cb7d1caf2255461cb48ce682a03 [diff] |
msm: ipa: fix bridge cleanup following failed bridge setup If IPA bridge (between A2 and IPA) fails to be setup for any reason (for e.g. A2-BAM not being registered), cleanup that follows should undo only things that were successful. Currently the cleanup calls the same function called for teardown which assumes everything was setup correctly. Change-Id: Ia61ca57c77069d01bf83d9fa1ab43623f6a02816 Signed-off-by: Ravi Gummadidala <rgummadi@codeaurora.org>