Skip to content
Commit 665d7eb8 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde
Browse files

net/can/mscan: add __iomem annotations



This patch fixes the following sparse warning by adding the missing
__iomem annotation.

drivers/net/can/mscan/mscan.c:73:32: warning: incorrect type in argument 1 (different address spaces)
drivers/net/can/mscan/mscan.c:73:32:    expected unsigned char volatile [noderef] [usertype] <asn:2>*addr
drivers/net/can/mscan/mscan.c:73:32:    got unsigned char *<noident>

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