We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2820698 commit 83c3518Copy full SHA for 83c3518
include/linux/serial_core.h
@@ -459,7 +459,7 @@ struct uart_port {
459
struct serial_rs485 *rs485);
460
int (*iso7816_config)(struct uart_port *,
461
struct serial_iso7816 *iso7816);
462
- int ctrl_id; /* optional serial core controller id */
+ unsigned int ctrl_id; /* optional serial core controller id */
463
unsigned int irq; /* irq number */
464
unsigned long irqflags; /* irq flags */
465
unsigned int uartclk; /* base uart clock */
0 commit comments