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

Commit 87c34ed3 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: dma: Fix up device attribute mismatch from sysdev fallout.



This fixes up an attribute mismatch that was introduced in the
sysdev->struct device migration.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent da47f4a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ static int __init dma_subsys_init(void)
	if (unlikely(ret))
		return ret;

	return device_create_file(dma_subsys.dev_root, &dev_attr_devices.attr);
	return device_create_file(dma_subsys.dev_root, &dev_attr_devices);
}
postcore_initcall(dma_subsys_init);