diff options
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-06-22 19:26:11 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-02 01:21:26 +0300 |
commit | dd67de8c3b421376b4b6dac14263763aa75535fc (patch) | |
tree | c2ab8e0aff65f7b3c528a3f1637693db36ec476d /drivers/of | |
parent | f27b1dc6412547fac256957e22d6889fb56a5470 (diff) | |
download | linux-dd67de8c3b421376b4b6dac14263763aa75535fc.tar.xz |
spi: fsl: add missing __iomem annotation
The field mspi->reg_base is annotated as an __iomem pointer. Good.
However, this field is often assigned to a temporary variable:
before being used. For example:
struct fsl_spi_reg *reg_base = mspi->reg_base;
But this variable is missing the __iomem annotation.
So, add the missing __iomem and make sparse & the bot happier.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Link: https://lore.kernel.org/r/20200622162611.83694-1-luc.vanoostenryck@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/of')
0 files changed, 0 insertions, 0 deletions