RE: [PATCH v11 08/15] platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokens

From: Mario.Limonciello
Date: Mon Oct 30 2017 - 09:36:25 EST


>
> Hint: you can move this check out of j-loop as condition is independent
> of it.

That's true, thanks.

>
> Also how many tokens are there? Is not quadratic solution too slow?
>

~< 250 on most machines is what I've seen. To me that that's a small
enough number that this is quick. It only happens at initialization.