commit | 9e4d6909a273ada78cf48379e478855bc13ae0cb | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Thu Oct 21 18:39:26 2010 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Fri Jul 20 17:48:53 2012 +0200 |
tree | bb07dcb34ec9019c4ee5b98b2f8eb82e0941b863 | |
parent | 007890d726602c925077381500f0b633cfacd711 [diff] |
can: janz-ican3: cleanup of ican3_to_can_frame and can_frame_to_ican3 This patch cleans up the ICAN3 to Linux CAN frame and vice versa conversion functions: - RX: Use get_can_dlc() to limit the dlc value. - RX+TX: Don't copy the whole frame, only copy the amount of bytes specified in cf->can_dlc. Acked-by: Ira W. Snyder <iws@ovro.caltech.edu> Tested-by: Ira W. Snyder <iws@ovro.caltech.edu> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>