We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e00a12 commit 5c76c79Copy full SHA for 5c76c79
drivers/hid/i2c-hid/i2c-hid-core.c
@@ -1189,7 +1189,7 @@ static int i2c_hid_core_register_panel_follower(struct i2c_hid *ihid)
1189
struct device *dev = &ihid->client->dev;
1190
int ret;
1191
1192
- if (ihid->hid->initial_quirks | HID_QUIRK_POWER_ON_AFTER_BACKLIGHT)
+ if (ihid->hid->initial_quirks & HID_QUIRK_POWER_ON_AFTER_BACKLIGHT)
1193
ihid->panel_follower.funcs = &i2c_hid_core_panel_follower_enable_funcs;
1194
else
1195
ihid->panel_follower.funcs = &i2c_hid_core_panel_follower_prepare_funcs;
0 commit comments