11.05.2021 01:18, Andy Shevchenko пишет: > On Tuesday, May 11, 2021, Dmitry Osipenko <digetx@xxxxxxxxx > <mailto:digetx@xxxxxxxxx>> wrote: > > KMSG is flooded with error messages about unsupported firmware > features on BCM4329 chip. The GET_ASSOCLIST error became especially > noisy with a newer NetworkManager version of Ubuntu 21.04. Let's print > the noisy error messages only once. > > > Seems like you are reinventing *_once() printing methods. Please use > them instead Indeed, I see now that it won't be difficult to add the new wiphy_err_once() helper that will use the generic dev_err_once(). I'll make a v2, thank you for taking a look at the patch.