]> 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)
commit0d2fdc2abc98760a4483f290e6a7432e3278dd7f
tree83d8fa6c45d48ae8307a1a0aa4fad3365593a89a
parentb5458a535c710420730b9cc7f40f63f5798bf7a9
parentb7d9bb89c85aec1a2bb72adeb433fab044cb6e56
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>