OSDN Git Service

platform/x86: toshiba_haps: Fix missing newline in pr_debug call in toshiba_haps_notify
authorHans de Goede <hdegoede@redhat.com>
Wed, 19 May 2021 13:56:18 +0000 (15:56 +0200)
committerHans de Goede <hdegoede@redhat.com>
Wed, 16 Jun 2021 15:47:49 +0000 (17:47 +0200)
commit7dc4a18d017ca26abd1cea197e486fb3e5cd7632
tree1a1d942a66cca3ce5a823a98141056e15339fbcb
parent1351f1d1e2f7d91d0b1963f7b5bf829a4982c778
platform/x86: toshiba_haps: Fix missing newline in pr_debug call in toshiba_haps_notify

The pr_debug() call in toshiba_haps_notify() is missing a newline at the
end of the string, add this.

BugLink: https://bugs.debian.org/799193
Reported-by: Salvatore Bonaccorso <carnil@debian.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20210519135618.139701-1-hdegoede@redhat.com
drivers/platform/x86/toshiba_haps.c