diff options
author | Jiri Slaby <jslaby@suse.cz> | 2020-06-15 10:49:02 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-06-24 18:08:34 +0300 |
commit | eca734d8f0043e9597c9426f829d48c381dbb388 (patch) | |
tree | 485daee93b897a9db855b5df9056b3db60fadbab /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0ce8179e248023606980823d970252e715f9f504 (diff) | |
download | linux-eca734d8f0043e9597c9426f829d48c381dbb388.tar.xz |
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 <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200615074910.19267-30-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions