On RX buffer overflow, printk remaining input size
authornorly <ny-git@enpas.org>
Mon, 6 Jun 2022 11:39:00 +0000 (13:39 +0200)
committernorly <ny-git@enpas.org>
Mon, 6 Jun 2022 11:39:00 +0000 (13:39 +0200)
If can327_ldisc_rx() is called with a large 'count' because the UART
driver feeds us huge buffers, then the user should have a chance to
know and report this.

In this case, we'll have to increase ELM327_SIZE_RXBUF.


No differences found