mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
dmaengine: pl08x: Fix comment stating the difference between PL080 and PL081
Fix a trivial typo in the comment, otherwise it takes an effort to understand what it actually means to say. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Link: https://patch.msgid.link/20251225173847.1395928-1-vz@mleia.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
d3824968db
commit
8049f77fd8
|
|
@ -2978,7 +2978,7 @@ static int pl08x_probe(struct amba_device *adev, const struct amba_id *id)
|
|||
return ret;
|
||||
}
|
||||
|
||||
/* PL080 has 8 channels and the PL080 have just 2 */
|
||||
/* PL080 has 8 channels and the PL081 have just 2 */
|
||||
static struct vendor_data vendor_pl080 = {
|
||||
.config_offset = PL080_CH_CONFIG,
|
||||
.channels = 8,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user