RE: [PATCH v2 12/14] staging: comedi: daqboard2000: rename reference DACs register macros

From: Hartley Sweeten
Date: Wed May 18 2016 - 18:51:09 EST


On Wednesday, May 18, 2016 5:37 AM, Ian Abbott wrote:
> Rename the macros that define values for the reference DACs register to
> avoid CamelCase, and to make it clearer which register they are
> associated with. Add a macro `DAQBOARD2000_REF_DACS_SET` for the value
> `0x80` that triggers setting one of the references.

[snip]

+#define DB2K_REF_DACS_SET 0x0080

Minor issue... Typo in the commit. Not sure if it's worth a v3.

Regards,
Hartley