We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b57b1 commit beeeac4Copy full SHA for beeeac4
drivers/tty/serial/8250/8250_dw.c
@@ -630,10 +630,6 @@ static int dw8250_probe(struct platform_device *pdev)
630
if (!data->skip_autocfg)
631
dw8250_setup_port(p);
632
633
-#ifdef CONFIG_PM
634
- uart.capabilities |= UART_CAP_RPM;
635
-#endif
636
-
637
/* If we have a valid fifosize, try hooking up DMA */
638
if (p->fifosize) {
639
data->dma.rxconf.src_maxburst = p->fifosize / 4;
0 commit comments