[PATCH] bus: fsl-mc: add missing __iomem attribute

2020-12-16 Thread laurentiu . tudor
From: Laurentiu Tudor This pointer to an i/o register block is missing the __iomem attribute, so add it. The issue was found by 0-day sparse run. Reported-by: kernel test robot Signed-off-by: Laurentiu Tudor --- drivers/bus/fsl-mc/fsl-mc-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH] bus: fsl-mc: add missing __iomem attribute

2020-07-30 Thread Laurentiu Tudor
This pointer to an i/o register block is missing the __iomem attribute, so add it. The issue was found with sparse. Reported-by: kernel test robot Signed-off-by: Laurentiu Tudor --- drivers/bus/fsl-mc/fsl-mc-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/f