Page MenuHomeFreeBSD

linuxkpi: Define `dev_err_probe*()`
Needs ReviewPublic

Authored by dumbbell on Thu, Apr 16, 8:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 18, 7:50 AM
Unknown Object (File)
Sat, Apr 18, 6:12 AM
Subscribers

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

They differ from other dev_*() logging functions by returning the passed error code. The error code is also used to determine if the message should be logged in the first place and at which log level.

The DRM generic code started to use it in Linux 6.12.

This is part of the update of DRM drivers to Linux 6.12.

Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped