Hi Jakub, On Thu, Jul 17, 2025 at 11:38 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > On Thu, 17 Jul 2025 10:28:49 -0400 Luiz Augusto von Dentz wrote: > > Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap > > FTR this rename and adding the helpers does not seem to be very > necessary for the fix? I know Greg says that we shouldn't intentionally > try to make fixes small, but there's a fine line between following that > and coincidental code refactoring. I should have reworded that commit, it is actually a fix, not just renaming, we run out of bits on a 32 bits system due to usage of int as storage. -- Luiz Augusto von Dentz