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

Skip to content
Commit ae7c069e authored by Veerabhadrarao Badiganti's avatar Veerabhadrarao Badiganti
Browse files

mmc: sdhci-msm: No need to free-up dll-hsr table



Dll-hsr table getting freed-up in non-error case as well so dll
registers are getting updated with unexpected values.

In fact there is no need to free-up this table even in error cases.
If dll-hsr property is not supplied at all from device-tree then
the memory for the dll-hsr table won't get allocated. And if it's
supplied but wrongly (with the wrong number of entries), memory
for the table gets allocated but the driver won't proceed with the
probe. So no need to free up dll-hsr table upon errors.

Change-Id: I059a19a8f26bb48ddbbe4ba40bebc34bfd638f8e
Signed-off-by: default avatarVeerabhadrarao Badiganti <vbadigan@codeaurora.org>
parent bf71d3b0
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