Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6e110a1a authored by Ravi Aravamudhan's avatar Ravi Aravamudhan
Browse files

diag: dci: Reduce dci table memory foot print



Diag driver uses a table of definite size to maintain information about
the DCI clients. This is allocated when the driver comes up. This memory
is relatively large and is allocated irrespective of the number of
dci clients. This patch changes the implementation from a table to a list.
This allocates a table entry for a client only when they register for DCI.

Change-Id: I7a22536a49c3e640e3e6d86c9731df02c8f04b58
Signed-off-by: default avatarRavi Aravamudhan <aravamud@codeaurora.org>
parent 0cabfa0f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment