thesofproject / linux

Linux kernel source tree
Other
91 stars 133 forks source link

ASoC: rt-sdw*: add __func__ to all error logs #4865

Closed plbossart closed 8 months ago

plbossart commented 8 months ago

The drivers for Realtek SoundWire codecs use similar logs, which is problematic to analyze problems reported by CI tools, e.g. "Failed to get private value: 752001 => 0000 ret=-5". It's not uncommon to have several Realtek devices on the same platform, having the same log thrown makes support difficult.

This patch adds func to all error logs which didn't already include it.

No functionality change, only error logs are modified.