ASoC: ti: davinci-mcasp: Get rid of duplicate of_node assignment
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 2 Dec 2021 20:56:11 +0000 (22:56 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 6 Dec 2021 13:49:28 +0000 (13:49 +0000)
commit4db32072b8ab18a8b90191c57c74f42d00bf9991
tree6c5601579f1eba930c7adb20881b01fd62794b67
parent766cc7f12078fe80dd88469e3dfe045e49bdf2bb
ASoC: ti: davinci-mcasp: Get rid of duplicate of_node assignment

GPIO library does copy the of_node from the parent device of
the GPIO chip, there is no need to repeat this in the individual
drivers. Remove assignment here.

For the details one may look into the of_gpio_dev_init() implementation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://lore.kernel.org/r/20211202205612.76216-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/davinci-mcasp.c