]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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>

Trivial merge