On Fri, 12 Sep 2025 11:29:44 +0200, rafael@xxxxxxxxxx wrote: > > + if (table->precise_baudrate) > > + baud_rate =3D table->precise_baudrate; > > + else {> > The outer braces here are redundant and if you combined the "else" > above with the "switch ()" statement below in one line, the patch > would be smaller.> > > + switch (table->baud_rate) { > > + case 0: Thanks for your suggestion. I will modify it.