aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/device.py
diff options
context:
space:
mode:
authorSaravana Kannan <saravanak@google.com>2024-02-02 01:56:33 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-02 07:12:33 -0800
commit7fddac12c38237252431d5b8af7b6d5771b6d125 (patch)
tree72b7a76614a496549cafcc68f0df2b2f8aa252cc /scripts/gdb/linux/device.py
parent98323e9d70172f1b46d1cadb20d6c54abf62870d (diff)
driver core: Fix device_link_flag_is_sync_state_only()
device_link_flag_is_sync_state_only() correctly returns true on the flags of an existing device link that only implements sync_state() functionality. However, it incorrectly and confusingly returns false if it's called with DL_FLAG_SYNC_STATE_ONLY. This bug doesn't manifest in any of the existing calls to this function, but fix this confusing behavior to avoid future bugs. Fixes: 67cad5c67019 ("driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links") Signed-off-by: Saravana Kannan <saravanak@google.com> Tested-by: Xu Yang <xu.yang_2@nxp.com> Link: https://lore.kernel.org/r/20240202095636.868578-2-saravanak@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/device.py')
0 files changed, 0 insertions, 0 deletions