OSDN Git Service

net: ipa: add a missing __iomem attribute
authorAlex Elder <elder@linaro.org>
Mon, 1 Feb 2021 23:26:06 +0000 (17:26 -0600)
committerJakub Kicinski <kuba@kernel.org>
Tue, 2 Feb 2021 16:48:15 +0000 (08:48 -0800)
commite6cdd6d80baedadb96d7060a509f51769e53021d
tree46b6f5179843e57a266b76aa69c98566c8e4a98d
parent4ace7a6e287b7e3b33276cd9fe870c326f880480
net: ipa: add a missing __iomem attribute

The virt local variable in gsi_channel_state() does not have an
__iomem attribute but should.  Fix this.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Amy Parker <enbyamy@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c