diff options
author | Jiri Slaby <[email protected]> | 2020-06-15 09:49:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-06-24 17:08:34 +0200 |
commit | eca734d8f0043e9597c9426f829d48c381dbb388 (patch) | |
tree | 485daee93b897a9db855b5df9056b3db60fadbab /tools/perf/scripts/python/syscall-counts.py | |
parent | 0ce8179e248023606980823d970252e715f9f504 (diff) |
vt_ioctl: eliminate use of uival and ucval
They were used for the first parameter of put_user. But put_user accepts
constants in the parameter and also determines the type only by the
second parameter. So we can safely drop these helpers and simplify the
code a bit.
Including the removal of set_int label.
Signed-off-by: Jiri Slaby <[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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions