On 4/30/25 10:06 AM, Dan Carpenter wrote:
"&chan->cgrp->mutex" and "&cgrp->mutex" are the same thing. Use "&cgrp->mutex" consistently. It looks nicer and it silences a Smatch static checker warning.
Applied to drm-misc-next, thanks!
On 4/30/25 10:06 AM, Dan Carpenter wrote:
"&chan->cgrp->mutex" and "&cgrp->mutex" are the same thing. Use "&cgrp->mutex" consistently. It looks nicer and it silences a Smatch static checker warning.
Applied to drm-misc-next, thanks!