aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorYakir Yang <[email protected]>2016-06-29 17:15:47 +0800
committerYakir Yang <[email protected]>2016-07-05 21:53:40 +0800
commit7608a9fb37b02c5cce3199f87eafb0a6c07d6f93 (patch)
tree23a5d6c28eb611818b36e14f0f28b32e279b76a1 /net/unix/sysctl_net_unix.c
parentd698f0eb9d0ebfff26a5a739a21164700d5dd58e (diff)
drm/bridge: analogix_dp: fix no drm hpd event when panel plug in
The enum value of DP_IRQ_TYPE_HP_CABLE_IN is zero, but driver only send drm hp event when the irq_type and the enum value is true. if (irq_type & DP_IRQ_TYPE_HP_CABLE_IN || ...) drm_helper_hpd_irq_event(dp->drm_dev); So there would no drm hpd event when cable plug in, to fix that just need to assign all hotplug enum with no-zero values. Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Yakir Yang <[email protected]> Reviewed-by: Sean Paul <[email protected]> Reviewed-by: Stéphane Marchesin <[email protected]> Reviewed-by: Tomasz Figa <[email protected]> Tested-by: Javier Martinez Canillas <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions