[PATCH 00/19] staging: comedi: ni_tio: cleanup CamelCase issues

2014-07-28 Thread H Hartley Sweeten
Fix the CamelCase issues by replacing the enums used for the register bits with simple defines/macros and renaming the symbols. Remove some unnecessary BUG() checks and tidy up some of the functions in ni_tiocmd. H Hartley Sweeten (19): staging: comedi: ni_tio: tidy up ni_tio_read_sw_save_reg()

Re: [PATCH 00/19] staging: comedi: ni_tio: cleanup CamelCase issues

2014-07-29 Thread Ian Abbott
On 2014-07-28 18:26, H Hartley Sweeten wrote: Fix the CamelCase issues by replacing the enums used for the register bits with simple defines/macros and renaming the symbols. Remove some unnecessary BUG() checks and tidy up some of the functions in ni_tiocmd. H Hartley Sweeten (19): staging: