diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-09-27 15:38:20 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-13 15:03:20 +0300 |
commit | e27bea459d5eaa485ba091e0e051bf4575614d4f (patch) | |
tree | 92fc3ab1f8b661f5853c9e7e95447f3412c8d38c /tools/perf/scripts/python/syscall-counts.py | |
parent | fde1fbedbaed4e76cef4600d775b185f59b9b568 (diff) | |
download | linux-e27bea459d5eaa485ba091e0e051bf4575614d4f.tar.xz |
usb: gadget: avoid unusual inline assembly
clang does not understand the "mrc%?" syntax:
drivers/usb/gadget/udc/pxa25x_udc.c:2330:11: error: invalid % escape in inline assembly string
I don't understand it either, but removing the %? here gets it to build.
This is probably wrong and someone else should do a proper patch.
Any suggestions?
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210927123830.1278953-1-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions