]> git.baikalelectronics.ru Git - kernel.git/commit
can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig option
authorOliver Hartkopp <socketcan@hartkopp.net>
Tue, 6 May 2014 17:45:38 +0000 (19:45 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 19 May 2014 07:03:06 +0000 (09:03 +0200)
commit398f3493923c3dcde8393b43ac7f886bef7be0b7
treef1180aaf9eefc32b958f1a9e955e646df02a1d22
parentd397c5822333e32fbc00882f911680fc2802fff3
can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig option

In db03313729 ("can: c_can: Disable rx split as workaround") a new Kconfig
option was introduced as a workaround. The tests performed by Alexander Stein
confirmed this option to be obsolete with all the other cleanups and fixes
that had been discussed that time:
http://marc.info/?l=linux-can&m=139746476821294&w=2

Both (author and tester) agreed to remove this Kconfig option again:
http://marc.info/?l=linux-can&m=139883820714229&w=2

As some more cleanups took place since then a simple revert is not possible.
This patch removes the entire option as it would behave when disabled.
Further beautification’s can be done later.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Tested-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/c_can/Kconfig
drivers/net/can/c_can/c_can.c