]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: xhci: Use FIELD_MODIFY()
authorHans Zhang <18255117159@163.com>
Thu, 30 Apr 2026 16:39:17 +0000 (00:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 May 2026 14:43:04 +0000 (16:43 +0200)
commitac66a00ed2059447ffbdc86afd9cbbc6098333a6
tree10c46a32d255801d303d2304393e6d41c79cf4d2
parentb45172f4f6172b18c0ee598bf171aea47d898c86
usb: xhci: Use FIELD_MODIFY()

Use FIELD_MODIFY() to remove open-coded bit manipulation.
No functional change intended.

Signed-off-by: Hans Zhang <18255117159@163.com>
Link: https://patch.msgid.link/20260430163919.47372-5-18255117159@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-hub.c