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

Commit f8c6a4f1 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

soundwire: Print message to identify slave device IDs



Print soundwire slave device IDs when the slave
status ID does not match with requestes slave device ID.

Change-Id: Id8759a8afbf92cf3d8d716c6eb10d886e20fa4d8
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 4c47f344
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -888,7 +888,8 @@ static int swrm_get_logical_dev_num(struct swr_master *mstr, u64 dev_id,
			goto found;
		}
	}
	dev_err(swrm->dev, "%s: device id does not match\n", __func__);
	dev_err(swrm->dev, "%s: device id 0x%llx does not match with 0x%llx\n",
		__func__, id, dev_id);
found:
	return ret;
}