mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-08 07:48:17 +00:00
The array of DAC limits was only ever referenced with #defined constant offsets, and keeping those #define values in sync with the array itself was a nuisance. This will make future changes to the set of DAC limits less error-prone. Signed-off-by: Keith Packard <keithp@keithp.com>