]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20174ee6a47fe6203c27538266d922304d6e9ead
tree698072761b25edae08fae2858b7808e4da609cc3
parent8f3e191038eaf7912a0074089901f07e637922b3
parente5153c38106023c8f6b99c3830816501dd0ca28c
Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/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>