From: Pierre-Louis Bossart Date: Fri, 12 May 2023 17:46:09 +0000 (-0500) Subject: ASoC: SOF: Intel: hda-mlink: use 'ml_addr' parameter consistently X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7dfd1ccdb71e5b819c2898b59c58b89f26038292;p=linux.git ASoC: SOF: Intel: hda-mlink: use 'ml_addr' parameter consistently We mix the use of hlink->ml_addr and the 'ml_addr' parameter. It's the same thing, let's align on using the parameter. Signed-off-by: Pierre-Louis Bossart slcount); /* find IP ID and offsets */ - h2link->leptr = readl(hlink->ml_addr + AZX_REG_ML_LEPTR); + h2link->leptr = readl(ml_addr + AZX_REG_ML_LEPTR); h2link->elid = FIELD_GET(AZX_REG_ML_LEPTR_ID, h2link->leptr);