sonyxperiadev / kernel

Other
352 stars 362 forks source link

[7.1.r1] input: ts: atmel_mxt640u: Fix misplaced break in drm_notifier_callback #2564

Closed bartcubbins closed 1 year ago

bartcubbins commented 1 year ago

This commit fixes a missing break statement in the switch statement of the DRM notifier callback function. The missing break caused fall-through to the next case, which could lead to unintended behavior.