Skip to content

Usage of KERN_ALERT for non-alert-level messages #1

Description

@j-marjanovic

This driver user KERN_ALERT for logging of normal messages (boards becomes available, memory was successfully allocated). Using ALERT (="Something bad happened and action must be taken immediately") level results in a wall of red text from dmesg which sends a wrong message to people seeing it.

Preferably the driver should be also converted to use the new dynamic-logging functions, such as dev_dbg(): https://lwn.net/Articles/434833/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions