summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexandru Ardelean <aardelean@deviqon.com>2021-05-14 12:23:32 +0300
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2021-05-21 14:45:57 +0200
commit1189827a2cf72162e37c16d309c47d941cfd1936 (patch)
treed09a267b1827de03c2014a8e246d015b50cf5d0a /tools/perf/scripts/python
parent2a9a2ccaab99d6f8bbe92f01839dfd1cd4a33ddf (diff)
gpio: da9055: 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> Acked-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions