]> asedeno.scripts.mit.edu Git - linux.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)
commita4bec00b2879e3f9ea99411e37632eabd31c5c65
tree83d8fa6c45d48ae8307a1a0aa4fad3365593a89a
parent029a374348807222a872ba4baaf6e3e96846aa16
parent5500598abbfb5b46201b9768bd9ea873a5eeaece
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>