aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorDmitry Osipenko <[email protected]>2020-09-30 01:19:01 +0300
committerWolfram Sang <[email protected]>2020-10-05 22:57:42 +0200
commit055ba33154a755c0fe79ec174d3b6f9353e0be11 (patch)
tree56967936e49e635ff71ec79861eea671cbc3ac5e /scripts/gcc-plugins/cyc_complexity_plugin.c
parent56f1cd34a4e7a2d10f41e8d8e27d16a157fdd74d (diff)
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 <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Acked-by: Thierry Reding <[email protected]> Tested-by: Thierry Reding <[email protected]> Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions