From: H Hartley Sweeten Date: Mon, 20 Oct 2014 18:34:13 +0000 (-0700) Subject: staging: comedi: addi_apci_3120: use correct iobase to write AMCC registers X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~813 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0defecbfd24fdd78754c1a0fc1bef38adc31b408;p=pandora-kernel.git staging: comedi: addi_apci_3120: use correct iobase to write AMCC registers The AMCC registers are accessed using the base address devpriv->i_IobaseAmcc not devpriv->i_IobaseAddon. Fix a couple writes in apci3120_interrupt_dma() that are using the wrong base address. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed