]> git.baikalelectronics.ru Git - kernel.git/commit
can bcm: fix incomplete tx_setup fix
authorOliver Hartkopp <socketcan@hartkopp.net>
Thu, 29 Sep 2011 19:33:47 +0000 (15:33 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Sep 2011 19:33:47 +0000 (15:33 -0400)
commit304ce5c94e0ad830f97339ed4e17f8946fab9cb3
tree8dde0268c6afdb71142d59c9090b7d9abe88e222
parent740917a20e80b8a15188a4a58b0fb9d8e2aa8045
can bcm: fix incomplete tx_setup fix

The commit 402d7ce5de1ac585306e6dfd68cd029cb79a8b40 ("can bcm: fix tx_setup
off-by-one errors") fixed only a part of the original problem reported by
Andre Naujoks. It turned out that the original code needed to be re-ordered
to reduce complexity and to finally fix the reported frame counting issues.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/can/bcm.c