On 8/26/25 8:08 AM, Ram Kumar Dwivedi wrote:
+ if (host_params->hs_tx_gear != hs_gear_old) { + host->phy_gear = host_params->hs_tx_gear; + }
The recommended style in Linux kernel code is not to surround single statements with braces. Thanks, Bart.
On 8/26/25 8:08 AM, Ram Kumar Dwivedi wrote:
+ if (host_params->hs_tx_gear != hs_gear_old) { + host->phy_gear = host_params->hs_tx_gear; + }
The recommended style in Linux kernel code is not to surround single statements with braces. Thanks, Bart.
![]() |