diff options
author | Jiri Slaby <jslaby@suse.cz> | 2019-01-22 16:12:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-25 10:02:49 +0100 |
commit | 5b25536954bf8761704e05baa05e993d323bff8a (patch) | |
tree | 3e927243bbcc89245d950e52c25f8867342b8b76 /drivers/usb/usbip | |
parent | 0277531df26ff75f010882ad820ca83e35935a2f (diff) | |
download | linux-rpi-5b25536954bf8761704e05baa05e993d323bff8a.tar.gz linux-rpi-5b25536954bf8761704e05baa05e993d323bff8a.tar.bz2 linux-rpi-5b25536954bf8761704e05baa05e993d323bff8a.zip |
usb: sisusb: remove useless macros and compact the code
Remove macros which are only wrappers around standard operations. When
we expand them into code, we see that sisusbcon_memsetw can simply use
memset16 and sisusbcon_putcs can just call memcpy. So make the code
compact.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/usbip')
0 files changed, 0 insertions, 0 deletions