On Fri, 4 Dec 2020 15:05, Dan Carpenter wrote: > 818 const char *name; > ^^^^^^^^^^^^^^^^ > 868 if (!config_match) { > 869 dev_err(chip->dev, "Device tree configuration '%s' does not > match detected device.\n", name); > ^^^^ > "name" is never set. What did you want it to be? Ahh! Thought I'd removed that - thank you, another fine catch :-) Regards, Adam