Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bef0a27 authored by Julia Lawall's avatar Julia Lawall Committed by Darren Hart
Browse files

surface pro 4: fix compare_const_fl.cocci warnings



Move constants to the right of binary operators.

Generated by: scripts/coccinelle/misc/compare_const_fl.cocci

CC: Weng Xuetian <wengxt@gmail.com>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent 6d5ac6e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ static void surface_button_notify(struct acpi_device *device, u32 event)
		break;
	}
	input = button->input;
	if (KEY_RESERVED == key_code)
	if (key_code == KEY_RESERVED)
		return;
	if (pressed)
		pm_wakeup_event(&device->dev, 0);