]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Sep 2022 07:10:08 +0000 (09:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2022 09:04:03 +0000 (11:04 +0200)
commit53b260f9ea2219c723cf3500e0e13f0e96909f1d
tree8bfd152988e5b4ffdbc3830e8a689ad5a85efa6d
parentfc56fe0395a3e3243e24f053d12c0ca727b1fa7e
Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"

[ Upstream commit 21f3b5c5366d4d6bae180f10bc39d12da7a27a30 ]

This reverts commit c222b46058d405e28159fa9c0c399b90bcbd8f9b as it
throws up a bunch of sparse warnings as reported by the kernel test
robot.

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/202209020044.CX2PfZzM-lkp@intel.com
Fixes: c222b46058d4 ("usb: gadget: udc-xilinx: replace memcpy with memcpy_toio")
Cc: stable@vger.kernel.org
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Piyush Mehta <piyush.mehta@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/usb/gadget/udc/udc-xilinx.c