wifi: mt76: Remove blank line after mt792x firmware version dmesg (details)
Commit
b69053dd3ffbc0d2dedbbc86182cdef6f641fe1b
by torvalds
wifi: mt76: Remove blank line after mt792x firmware version dmesg
An extra blank line gets printed after printing firmware version because the build date is null terminated. Remove the "\n" from dev_info() calls to print firmware version and build date to fix the problem.