Re: [PATCH] i2c: brcmstb: Fixed adapter named with optional interrupts
From: Florian Fainelli
Date: Tue Jul 19 2022 - 00:07:05 EST
On 7/18/2022 8:57 PM, Wolfram Sang wrote:
I was not sure if we could change the adapter name reported as one could
argue this is now ABI, but if we can, then using dev_name() is probably
better. You are the maintainer you so know the rules on what is considered
stable ABI and what is not :)
Well, then even removing ":" would break the ABI :)
Please use dev_name. Other drivers changed that string, too. We never
gave guarantees for that one.
Fair enough, sent a v2 using dev_name(), thanks!
--
Florian