On Mon, 2010-11-29 at 23:41 +0100, Felix Fietkau wrote:
It's considered polite to cc the patch author.
print is generic, debug is specific.
This function has a specific use for debugging
not a generic use all for logging.
If it was ath_print(level, etc) with KERN_<level>
passed as the first argument that'd be similar
to other kernel calls. As is, it's not.
This sort of thing can be done when other changes have
just been merged to minimize conflicts.
I gauge my willingness to spend time on subsystems on
the maintainers willingness to merge things that improve
readability and correctness.
cheers, Joe
--