commit | aa5c2a88bb1d1116a4de3046e7adb9e864f1c9e5 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Thu Aug 24 18:24:11 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Sep 19 09:39:24 2017 +0200 |
tree | c2bf2a1c4f5469d5eee8cd8a9bee594a4d9bfa8f | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e [diff] |
gpio: xgene-sb: Tidy up fwnode usage Since f94277af03ea ("of/platform: Initialise dev->fwnode appropriately"), of_platform_device_create() already initialises dev->fwnode to that of the appropriate device_node, so within the driver we shouldn't need to care whether we probed via DT or ACPI. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>