diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-06-28 22:39:04 +0300 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-07-19 09:57:13 +0200 |
commit | 669f5618feb8b4847f3a64d541cfae22e999a91a (patch) | |
tree | 098d33f878d2db47b3a50e6ea17e09ad063a7ae8 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 4a40ccccb660d9e62fe9f4a157be8d3c3a5ca013 (diff) |
gpio: adp5588: Do not use defined value for driver name and compatible
It's wrong to use defined string literal for three semantically different
cases, i.e.:
1) compatible string, which is part of ABI and has to have specific format;
2) I2C ID, which is user space visible and also ABI;
3) driver name, that can be changed.
Drop the define and use appropriate string literals in place.
While at it, drop comma at terminator entry of OF ID table.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions