mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
a8bff2c6e5864570656483036bc1d73fffc293f2
Replace use of WARN or WARN_ON kernel with dev_warn to improve logging behavior. This change ensures that error conditions are reported with clear informative messages rather than kernel stack traces that can flood logs. Additional information: - The files `drivers/platform/tegra/rtcpu/debug.c` and `drivers/platform/tegra/rtcpu/hsp-combo.c` present in the original codebase were deleted as part of unrelated refactoring in the target repository; hence, changes related to these files in the patch were not applied. - Additional changes are done to replace WARN_ON at other places. Bug 4719119 Change-Id: Id12f1b4de77f8b007b557de140257a3bd7478b52 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/3308911 Signed-off-by: Mohit Ingale <mohiti@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3352892 Reviewed-by: Jagadeesh Kinni <jkinni@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Vincent Chung <vincentc@nvidia.com> Reviewed-by: Frank Chen <frankc@nvidia.com>
Description
No description provided