]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: cannonlake: Get rid of unneeded ->probe() stub
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 4 Oct 2018 15:15:54 +0000 (18:15 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 8 Nov 2018 15:16:39 +0000 (17:16 +0200)
commit9080e77bc3c98f5aac49b646537ca71976b83083
tree7ce15ac2a3f12dceb28b69c950dbe3aa4687dabc
parentbdc2bc72b687a900309db18f39191f4ca7efd137
pinctrl: cannonlake: 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.

Convert the driver accordingly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-cannonlake.c