]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: geminilake: Get rid of unneeded ->probe() stub
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 4 Oct 2018 15:33:20 +0000 (18:33 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 16 Oct 2018 07:18:15 +0000 (09:18 +0200)
commit2b3445c7eb72f377e335a83e91327da4104adf22
treeca64aea1c03d05cdb11fc9f26731263d661367eb
parent08a3e5dca04ada02516102acf8cbd77f89baee6d
pinctrl: geminilake: Get rid of unneeded ->probe() stub

The local ->probe() stub does nothing except calling
a generic Intel pin control probe function. Thus,
it's not needed and generic function may be called directly.

This patch converts the driver accordingly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/intel/pinctrl-geminilake.c