From: H Hartley Sweeten Date: Mon, 22 Apr 2013 19:34:13 +0000 (-0700) Subject: staging: comedi: ni_labpc: remove unnecessary 'bustype' check X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a0a73b3c884ef43487d6c3b43af077d6da124b7;p=pandora-kernel.git staging: comedi: ni_labpc: remove unnecessary 'bustype' check Only the ISA versions of the LabPC boards support DMA and the devpriv->dma_chan is only set during the ISA board attach if DMA is available. The extra check of the board->bustype is not necessary in labpc_ai_cmd(). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed