Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using pr_err instead of pr_info for error printing
Using instead of for error printing in kernel development ensures that error messages receive higher visibility and priority, aiding in identifying critical issues amidst a large volume of log messages. This practice enhances debugging efficiency, system stability, and maintains consistency across the codebase, contributing to more robust and reliable kernel implementations.
- Loading branch information