diff options
author | 2012-07-04 19:24:53 +0300 | |
---|---|---|
committer | 2012-07-10 14:58:36 -0700 | |
commit | b45f3ccf80fb3e9e86bba2ad3640880d6fe85bfc (patch) | |
tree | 58bf9c1df2c44a55424b77ed68ebaa235553b3c0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mei: introduce mei_data2slots wrapper (diff) | |
download | linux-dev-b45f3ccf80fb3e9e86bba2ad3640880d6fe85bfc.tar.xz linux-dev-b45f3ccf80fb3e9e86bba2ad3640880d6fe85bfc.zip |
mei: streamline the _mei_irq_thread_close/ioctol functions
change statements of types
if (ok)
do something
else
return err
into
if (err)
return err
do something
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
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