Skip to content
Commit 89af8746 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde
Browse files

can: flexcan: use pointer to struct regs instead of void pointer for mmio address space



This patch renames the pointer to the mmio address space from "base" to "regs"
and changes the type from "void __iomem *" to "struct flexcan_regs __iomem *".

Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent f377bff0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment