Skip to content

os/drivers/input/ist415.c: Fix watchdog setup order #6772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

abhinav-s235
Copy link
Contributor

-Move wd_create() just above the ist415_start() call inside ist415_initialize() to ensure the watchdog is created before being started. -Remove wd_start() from ist415_initialize() since it is already called inside ist415_start() and was redundant.

-Move wd_create() just above the ist415_start() call inside ist415_initialize() to ensure the watchdog is created before being started.
-Remove wd_start() from ist415_initialize() since it is already called inside ist415_start() and was redundant.
@sunghan-chang sunghan-chang merged commit 45c9b7a into Samsung:master Apr 16, 2025
11 checks passed
@abhinav-s235 abhinav-s235 deleted the touch_fix branch April 17, 2025 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants