5 Dec
2011
5 Dec
'11
3:12 p.m.
2011/12/5 Mark Brown broonie@opensource.wolfsonmicro.com:
On Mon, Dec 05, 2011 at 10:06:04AM +0800, Axel Lin wrote:
reg_cache_size is supposed to be the number of elements in the register cache, not the size in bytes.
Applied, though note that in this case as the register values are 8 bits the two numbers are exactly the same so this is a coding style fix only (but still useful!).
Actually, the register values are 16 bits. static const u16 stac9766_reg[] = {
Axel