OSDN Git Service

Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Fri, 25 Jan 2019 05:52:37 +0000 (21:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jan 2019 05:52:37 +0000 (21:52 -0800)
commit9620d6f6833e22b7168caf0665bd43478ef58cb5
tree698072761b25edae08fae2858b7808e4da609cc3
parent21507dc46adc691098724775287a8855fb4c8fa3
parenta55234dabe1f72cf22f9197980751d37e38ba020
Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git./linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2019-01-22

this is a pull request of 4 patches for net/master.

The first patch by is by Manfred Schlaegl and reverts a patch that caused wrong
warning messages in certain use cases. The next patch is by Oliver Hartkopp for
the bcm that adds sanity checks for the timer value before using it to detect
potential interger overflows. The last two patches are for the flexcan driver,
YueHaibing's patch fixes the the return value in the error path of the
flexcan_setup_stop_mode() function. The second patch is by Uwe Kleine-König and
fixes a NULL pointer deref on older flexcan cores in flexcan_chip_start().
====================

Signed-off-by: David S. Miller <davem@davemloft.net>