Loading drivers/input/misc/qti-haptics.c +5 −1 Original line number Diff line number Diff line /* Copyright (c) 2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -737,6 +737,10 @@ static irqreturn_t qti_haptics_play_irq_handler(int irq, void *data) int rc; dev_dbg(chip->dev, "play_irq triggered\n"); if (effect == NULL) goto handled; if (play->playing_pos == effect->pattern_length) { dev_dbg(chip->dev, "waveform playing done\n"); if (chip->play_irq_en) { Loading Loading
drivers/input/misc/qti-haptics.c +5 −1 Original line number Diff line number Diff line /* Copyright (c) 2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -737,6 +737,10 @@ static irqreturn_t qti_haptics_play_irq_handler(int irq, void *data) int rc; dev_dbg(chip->dev, "play_irq triggered\n"); if (effect == NULL) goto handled; if (play->playing_pos == effect->pattern_length) { dev_dbg(chip->dev, "waveform playing done\n"); if (chip->play_irq_en) { Loading