diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2020-09-30 01:19:01 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-10-05 23:57:42 +0300 |
commit | 055ba33154a755c0fe79ec174d3b6f9353e0be11 (patch) | |
tree | 56967936e49e635ff71ec79861eea671cbc3ac5e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 56f1cd34a4e7a2d10f41e8d8e27d16a157fdd74d (diff) | |
download | linux-055ba33154a755c0fe79ec174d3b6f9353e0be11.tar.xz |
i2c: tegra: Remove likely/unlikely from the code
The likely/unlikely annotations should be used only in a hot paths of
performance-critical code. The I2C driver doesn't have such paths, and
thus, there is no justification for usage of likely/unlikely annotations
in the code. Hence remove them.
Reviewed-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Tested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions