]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: broxton: No need to take pointer of a pointer
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 26 Jan 2017 15:10:38 +0000 (17:10 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 30 Jan 2017 13:45:12 +0000 (14:45 +0100)
commit82bbd8c8400edea612505ab8992bf53e540cda75
tree7ee14ebdbb414f34cf714e972c12fdc92a370120
parent7f36f5d11cda050b118f76d774151427a18d15ef
pinctrl: broxton: No need to take pointer of a pointer

There is no need to take pointer of a pointer to an array of SoC data in
platform driver.

Do it in the same way as it's done for ACPI.

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-broxton.c