Commit 3b329cfe authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Hans de Goede
Browse files

platform/x86: Typo fix in the file classmate-laptop.c

parent d4dc4bf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -956,7 +956,7 @@ static int cmpc_ipml_add(struct acpi_device *acpi)
	/*
	 * If RFKILL is disabled, rfkill_alloc will return ERR_PTR(-ENODEV).
	 * This is OK, however, since all other uses of the device will not
	 * derefence it.
	 * dereference it.
	 */
	if (ipml->rf) {
		retval = rfkill_register(ipml->rf);