summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAlexandru Ardelean <aardelean@deviqon.com>2021-05-15 10:59:05 +0300
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2021-05-23 20:35:17 +0200
commit6e153938b7f005fde4dd025e3998d94cb27e4148 (patch)
tree2cc8dad7cad0f4458cf041615d8d44f6ea6b367f /tools/perf/scripts/python/export-to-postgresql.py
parent10a476164b08067f2094020f812af52c347542de (diff)
gpio: gpio-tegra186: remove platform_set_drvdata() + cleanup probe
The platform_set_drvdata() call is only useful if we need to retrieve back the private information. Since the driver doesn't do that, it's not useful to have it. If this is removed, we can also just do a direct return on devm_gpiochip_add_data(). We don't need to print that this call failed as there are other ways to log/see this during probe. Signed-off-by: Alexandru Ardelean <aardelean@deviqon.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions