OSDN Git Service

usb: cdns3: Adds missing __iomem markers
authorPawel Laszczak <pawell@cadence.com>
Tue, 15 Dec 2020 10:27:09 +0000 (11:27 +0100)
committerPeter Chen <peter.chen@kernel.org>
Thu, 14 Jan 2021 01:01:33 +0000 (09:01 +0800)
commit6500f30b1642288f5564a508752bc20a44219e8d
treeb45196f85e293980d2b22c9febec30f91a3daadc
parent826a9584d14a7561f44eac86fe7d3c75c6bd2ad9
usb: cdns3: Adds missing __iomem markers

Patch adds missing __iomem markers in core.h file
and makes some changes in drd.c file related with
these markers.

The lack of __iomem has reported by sparse checker
on parsic architecture.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Pawel Laszczak <pawell@cadence.com>
Signed-off-by: Peter Chen <peter.chen@kernel.org>
drivers/usb/cdns3/core.h
drivers/usb/cdns3/drd.c