commit | 7d18f0a14aa6a0d6bad39111c1fb655f07f71d59 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 16 08:29:50 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Jan 17 07:44:14 2018 +0100 |
tree | 7d4fc71545930bed638ee6d1d84b9d9c662087be | |
parent | b888fb6f2a278442933e3bfab70262e9a5365fb3 [diff] |
gpio: No NULL owner Sometimes a GPIO is fetched with NULL as parent device, and that is just fine. So under these circumstances, avoid using dev_name() to provide a name for the GPIO line. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>