Code repetition
Closed this issue · 1 comments
planetA commented
These lines
simpleDeviceDriver/device_file.c
Lines 181 to 188 in 575ebb0
And these lines
simpleDeviceDriver/device_file.c
Lines 146 to 155 in 575ebb0
Repeat almost verbatim, except a small difference.
Repeating the code, instead of reusing is extremely bug-prone. Avoid it as much as possible.
Moreover. Why don't you use normal xa_store
?
yaoxinjing commented
thanks, i deleted this func, and use xa_store
to save the entry in xarray