Re: [PATCH] xhci: Fix bcdUSB initialization

From: Greg KH
Date: Thu Feb 27 2025 - 14:37:41 EST


On Fri, Feb 28, 2025 at 01:04:00AM +0530, Abhishek Tamboli wrote:
> Initialize bcdUSB to 0 to prevent undefined behaviour
> if accessed without being explicitly set.

Is it actually accessed without being set? If so, please explain it and
also how the compiler is somehow missing this already?

thanks,

greg k-h