]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dpaa2-eth-defer-probe-on-object-allocate'
authorDavid S. Miller <davem@davemloft.net>
Sat, 10 Nov 2018 04:08:59 +0000 (20:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Nov 2018 04:08:59 +0000 (20:08 -0800)
commit7357ae660e87634945ee94c5ebbcd8196953b21c
tree83d8fa6c45d48ae8307a1a0aa4fad3365593a89a
parentc3ae9d9ca56ae0f508dafbb028be96090d03f55d
parent6a87bd35efbf97be25ffbe4d33d246d82f18be6f
Merge branch 'dpaa2-eth-defer-probe-on-object-allocate'

Ioana Ciornei says:

====================
dpaa2-eth: defer probe on object allocate

Allocatable objects on the fsl-mc bus may be probed by the fsl_mc_allocator
after the first attempts of other drivers to use them. Defer the probe when
this situation happens.

Changes in v2:
  - proper handling of IS_ERR_OR_NULL
====================

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