On Sat, 09 Jul 2022 00:45:39 +0300, Andy Shevchenko wrote: > On the ->remove() stage the callback uses physical device node instead of one > from GPIO chip and the variable name which is different to one used in > unittest_gpio_probe(). Make these consistent with unittest_gpio_probe(). > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > v2: no changes > drivers/of/unittest.c | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) > Applied, thanks!