]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
XHCI: remove a self-assignment
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sun, 7 Aug 2022 22:46:55 +0000 (22:46 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Sun, 7 Aug 2022 22:46:55 +0000 (22:46 +0000)
commitd3ef3c4cf818b1aac6a51402ec27b6762d9feb1f
tree970f4e89718bf698024fac72451463c898e130b8
parent7064c94a02af2f8665636a8594557b9e93ad71bf
XHCI: remove a self-assignment

x = x is an unneeded operation, remove it.
The value is read and assigned above for real.

MFC after: 4 weeks
sys/dev/usb/controller/xhci.c