25 Feb
2010
25 Feb
'10
11:17 a.m.
On Wed, Feb 24, 2010 at 05:57:25PM -0600, Olaya, Margarita wrote:
A switch statement would be nicer here.
You mean something like this?
switch (reg) { case TWL6030_REG_ASICID: case TWL6030_REG_ASICREV: case TWL6030_REG_STATUS: continue; default: break: }
Yes.