Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c: i2c-stu300: replace platform_driver_probe to support deferred pr…
…obing Subsystems like pinctrl and gpio rightfully make use of deferred probing at core level. Now, deferred drivers won't be retried if they don't have a .probe function specified in the driver struct. Fix this driver to have that, so the devices it supports won't get lost in a deferred probe. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
- Loading branch information