summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexandru Ardelean <aardelean@deviqon.com>2021-05-14 11:55:00 +0300
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2021-05-21 15:28:22 +0200
commitec5aa31bbed6ca153b47f60af0d21032296b04ad (patch)
tree44c454134d3c743a3020f66ac614cf5556c6c848 /.gitignore
parent9e23bf6b00fd060d9a6fdf8a43f427d09992a21d (diff)
gpio: visconti: 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 '.gitignore')
0 files changed, 0 insertions, 0 deletions