From: David S. Miller Date: Sat, 10 Nov 2018 04:08:59 +0000 (-0800) Subject: Merge branch 'dpaa2-eth-defer-probe-on-object-allocate' X-Git-Tag: v5.4-rc1~1957^2~337 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4bec00b2879e3f9ea99411e37632eabd31c5c65;p=platform%2Fkernel%2Flinux-rpi.git 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 --- a4bec00b2879e3f9ea99411e37632eabd31c5c65