aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2025-03-19 11:43:24 +0000
committerRafael J. Wysocki <[email protected]>2025-03-22 13:55:08 +0000
commit3860cbe239639503e56bd4365c6bf4cb957ef04e (patch)
tree1f8895a59bbc2aa350a0a2e3de792b94df25d065 /net/unix/af_unix.c
parentPM: sleep: Fix handling devices with direct_complete set on errors (diff)
downloadkernel-3860cbe239639503e56bd4365c6bf4cb957ef04e.tar.gz
kernel-3860cbe239639503e56bd4365c6bf4cb957ef04e.zip
PM: sleep: Fix bit masking operation
The mask operation link->flags | DL_FLAG_PM_RUNTIME is always true which is incorrect. The mask operation should be using the bit-wise & operator. Fix this. Fixes: bca84a7b93fd ("PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionally") Signed-off-by: Colin Ian King <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions