thinkpad_acpi: Fix printk typo 'bluestooth'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
2656de7e0e
commit
1f01358cec
|
@ -4007,7 +4007,7 @@ static void bluetooth_shutdown(void)
|
||||||
pr_notice("failed to save bluetooth state to NVRAM\n");
|
pr_notice("failed to save bluetooth state to NVRAM\n");
|
||||||
else
|
else
|
||||||
vdbg_printk(TPACPI_DBG_RFKILL,
|
vdbg_printk(TPACPI_DBG_RFKILL,
|
||||||
"bluestooth state saved to NVRAM\n");
|
"bluetooth state saved to NVRAM\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void bluetooth_exit(void)
|
static void bluetooth_exit(void)
|
||||||
|
|
Loading…
Reference in New Issue