From: Ian Abbott Date: Fri, 5 Jun 2015 17:30:20 +0000 (+0100) Subject: staging: comedi: das08: rename and split DAS08JR_DIO X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c47c0ed2d53ad829aff1f4ada00e98227c478a57;p=pandora-kernel.git staging: comedi: das08: rename and split DAS08JR_DIO The `DAS08JR_DIO` macro contains the offset to the read-only digital input register and write-only digital output register on the "JR" boards. Replace the macro with two new macros (with the same numeric value) named `DAS08JR_DI_REG` for the digital input register and `DAS08JR_DO_REG` for the digital output register, and add some comments. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed