[PATCH 1/7] staging: comedi: dnya_pci10xx: remove thisboard and devpriv macros

2012-08-14 Thread H Hartley Sweeten
These macros rely on local variables having a specific name. Replace them with local variables where used. Use the comedi_board() helper to get the thisboard pointer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/dyna_pci10xx.c | 23

[PATCH 1/7] staging: comedi: dnya_pci10xx: remove thisboard and devpriv macros

2012-08-14 Thread H Hartley Sweeten
These macros rely on local variables having a specific name. Replace them with local variables where used. Use the comedi_board() helper to get the thisboard pointer. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman