commit | 32b68dfd577f366a7abcf16f0c4b6d44ef991807 | [log] [tgz] |
---|---|---|
author | Kenneth Heitke <kheitke@codeaurora.org> | Wed May 15 12:26:15 2013 -0600 |
committer | Kenneth Heitke <kheitke@codeaurora.org> | Fri May 31 12:41:15 2013 -0600 |
tree | 40d4b4f79226bb46553242ac97b989c426a44433 | |
parent | 720ccd24087bb7b686ab673d2bbeb4fb561d78c7 [diff] |
spmi: Remove redundant controller list Registered controllers are maintained in a linked list as well as in an idr (ID management) object which is redundant. This patch removes the linked list and just uses the idr to manage the controllers. Change-Id: Ief36e6870b036304e34d4eec4e22e50c6c028d43 Signed-off-by: Kenneth Heitke <kheitke@codeaurora.org>