Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Fix Derp in TOuch Screen part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Quanta committed Jun 23, 2018
1 parent 8435e40 commit b6604ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/input/touchscreen/ft5336/ft5x06_720p.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,13 +755,7 @@ static int fb_notifier_callback(struct notifier_block *self,
if (evdata && evdata->data && event == FB_EVENT_BLANK &&
ft5x06_data && ft5x06_data->client) {
blank = evdata->data;
<<<<<<< HEAD
if (*blank == FB_BLANK_UNBLANK
|| *blank == FB_BLANK_NORMAL
|| *blank == FB_BLANK_VSYNC_SUSPEND)
=======
if (*blank == FB_BLANK_UNBLANK)
>>>>>>> af5788f... drivers: input: Import Xiaomi ft5336 touchscreen & gen_vkeys drivers
schedule_work(&ft5x06_data->fb_notify_work);
else if (*blank == FB_BLANK_POWERDOWN) {
flush_work(&ft5x06_data->fb_notify_work);
Expand Down

0 comments on commit b6604ee

Please sign in to comment.