Loading
soc: qcom: core,gladiator hang: Change the sysfs print format
Sizeof(uint32) returns 4 as the value. As a result, the string
copied will be limited to 4 characters.
Update the size to the correct value and add "0x" to the front
of the string.
CRs-Fixed: 1047798
Change-Id: If889cd278fea7e13f941635f72047dcb9141ec2e
Signed-off-by:
Runmin Wang <runminw@codeaurora.org>