> Hi Arthur, > > Do you think it is better to use kzalloc or kmalloc here? If item in the > > descriptor is not supported by the device, it will be 0x00 and then the > > relevant feature will be marked as disabled or not supported on the > > device feature checkup logic. > Agree, better to use kzalloc. Done.