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

Skip to content
Commit 7165c711 authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Sivasri Kumar Vanka
Browse files

coresight:dbgui: Use unsigned long pointer var for 3rd arg of kstrtoul



Type-casting pointer from uint32_t to unsigned long is resulting in
a fault while doing conversion in kstrtoul.

Use a separate variable of type 'unsigned long' to avoid fault
during conversion.

Change-Id: Idbb9505cb9bc621134f23e944d464b0ee1d777f7
CRs-Fixed: 2194067
Signed-off-by: default avatarMukesh Ojha <mojha@codeaurora.org>
Signed-off-by: default avatarSivasri Kumar Vanka <sivasri@codeaurora.org>
parent ef6f2db4
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