
17 Jun
2022
17 Jun
'22
8:50 p.m.
On Fri, Jun 17, 2022 at 01:26:10PM -0500, Nishanth Menon wrote:
The eeprom data area is much bigger than the data we intend to store, however, with bad programming, we might end up reading bad records over and over till we run out of eeprom space. instead just exit when 10 consecutive records are read.
Signed-off-by: Nishanth Menon nm@ti.com
Why not just stop at the first bad record? Otherwise 10 seems like a fine, small, arbitrary number. If it's not arbitrary but number of total records, do we already enum the total number of records or something where we could say that we tried to read all possible records, everyone was bad, stop?
--
Tom