]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mt76: Remove blank line after mt792x firmware version dmesg master
authorShuah Khan <skhan@linuxfoundation.org>
Wed, 31 Dec 2025 23:46:26 +0000 (16:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Jan 2026 01:03:35 +0000 (17:03 -0800)
commitb69053dd3ffbc0d2dedbbc86182cdef6f641fe1b
treea8053e7f2d468cd7db225b7905c537849093823c
parentaf7809f037e6e56f63a4d66b6a02826ce786af2c
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.

Reported-by: Mario Limonciello <superm1@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c