diff options
author | Greg Kroah-Hartman <[email protected]> | 2020-11-27 15:05:59 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-12-10 16:14:34 +0100 |
commit | 8704fd73bf5658bf4b827643f7f526481082d83f (patch) | |
tree | 28e5ac224166931d4527a375432aa6e94e585419 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | a353397b0d5dfa3c99b372505db3378fc919c6c6 (diff) |
USB: gadget: f_fs: remove likely/unlikely
They are used way too often in this file, in some ways that are actually
wrong. Almost all of these are already known by the compiler and CPU so
just remove them all as none of these should be on any "hot paths" where
it actually matters.
Cc: Felipe Balbi <[email protected]>
Reported-by: Peter Chen <[email protected]>
Reviewed-by: Peter Chen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions