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

Commit b627c8b8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soundwire: Print message to identify slave device IDs"

parents 61818df2 f8c6a4f1
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;
}