mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
Issue - Driver probe defer causes failed prints on kernel boot logs if clk/reset controller driver module is not initialized before nvethernet module probe. Fix - The probe defer is part of kernel mechanism to retry module initialization and hardware setup. This is not an error or failure for software driver. Only in case of probe failure, throw error logs in console Bug 200728771 Bug 200732811 Change-Id: I9c421db6ceedc108553f9f2b33f4f3993d63c02f Signed-off-by: Sushil Singh <sushilkumars@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2563340 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>