commit | c4409e9fbea954fdae7927205283dfc3ed8e2d6e | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Jul 15 20:53:08 2019 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Nov 04 21:47:22 2019 +0100 |
tree | 0d0d2a6626a95e94f447fdc71d3e47aa9be65f3f | |
parent | 758124335a9dd649ab820bfb5b328170919ee7dc [diff] |
can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via can_rx_offload_queue_sorted() fails The call to can_rx_offload_queue_sorted() may fail and return an error (in the current implementation due to resource shortage). The passed skb is consumed. This patch adds incrementing of the appropriate error counters to let the device statistics reflect that there's a problem. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>