diff options
author | Stephen Boyd <[email protected]> | 2018-05-18 15:47:50 -0700 |
---|---|---|
committer | Andy Gross <[email protected]> | 2018-09-23 21:28:00 -0700 |
commit | 65a272642ce13aab911f68279c8994cde3282b0a (patch) | |
tree | 61a562da2afd976d44d71533f1cd09be8881261a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
soc: qcom: geni: Make version macros simpler
This macro doesn't work, because it hides a local variable inside of the
macro to hold the version and that variable name is called 'ver' and
'version' sometimes.
Let's change this to be more explicit. Introduce three macros for the
major, minor, and step of the version, and require callers to pass the
version in to get the part of the version out. This way we don't hide
local variables inside macros and things are less evil overall.
Cc: Karthikeyan Ramasubramanian <[email protected]>
Cc: Sagar Dharia <[email protected]>
Cc: Girish Mahadevan <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions