]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: sunrisepoint: 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)
commitbe33f92f8b21e11cafb7fac5b38314ebf230e281
tree548e24fc0bb7fdd859d86a92dc749eebaf3d5dcd
parenta6e38ebef7fd3d3e39c2ef8cad616479724d40ea
pinctrl: sunrisepoint: 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-sunrisepoint.c