]> git.dujemihanovic.xyz Git - linux.git/commit
gpio: tangier: Use correct type for the IRQ chip data
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 20 Mar 2024 19:43:03 +0000 (21:43 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 12 Apr 2024 20:41:05 +0000 (23:41 +0300)
commit7d045025a24b6336d444d359bd4312f351d017f9
tree0bee02185f98b9ab35a027c3c2b835f84bea435c
parentace0ebe5c98d66889f19e0f30e2518d0c58d0e04
gpio: tangier: Use correct type for the IRQ chip data

IRQ chip data contains a pointer to the GPIO chip. Luckily we have
the pointers the same, but strictly speaking it's not guaranteed.
Even though, still better to fix this.

Fixes: ccf6fd6dcc86 ("gpio: merrifield: Introduce GPIO driver to support Merrifield")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-tangier.c