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

Commit f431d54b authored by Sujeet Kumar's avatar Sujeet Kumar
Browse files

USB: android: Modify common variable name no_data_bam_ports



no_data_bam_ports variable is named same in both rmnet
and qdss function. Declaring them as static global
and including both function driver in android driver
indicates to allocate a global variable for both
instance.

If QDSS and RMNET composition are activated in one
composition then RMNET bind config fails because
the no_data_bam_ports is incremented to a value 2
where it expects it be just 1 in gbam setup.

Change the name of variable in both qdss and rmnet
function drivers.

Change-Id: Ib647e6a8becccc2d6b9e462aeb8480e7222f913b
Signed-off-by: default avatarSujeet Kumar <ksujeet@codeaurora.org>
parent b3dc3104
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