On Thu, Jun 12, 2025 at 12:01:29PM +0200, Jiri Slaby wrote:
On 11. 06. 25, 14:58, Ilpo Järvinen wrote:
On Wed, 11 Jun 2025, Jiri Slaby (SUSE) wrote:
...
+ if (port->flags & UPF_EXAR_EFR)
I wonder if it is possible to trigger this at all? Only 8250_exar.c sets
this flag and does not contain UART_CAP_EFR at all (nor uses
UPF_BOOT_AUTOCONF)??
The file indeed does not contain it, BUT it sets it implicitly (via port type).
So, this is not a dead code. Please, do not remove it.