From: H Hartley Sweeten Date: Wed, 31 Oct 2012 23:57:07 +0000 (-0700) Subject: staging: comedi: addi-data: remove attach option to disable dma X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~725 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a9fd153b0b3268ece704c68419ee060780bc0d;p=pandora-kernel.git staging: comedi: addi-data: remove attach option to disable dma This pci driver currently uses the comedi legacy attach mechanism which allows the user to pass configuration options to the driver when it is attached to the comedi subsystem. The use of these configuration options is preventing the conversion of the addi-data drivers to the comedi auto attach mechanism. For the addi-data drivers, option[2] is used to enable/disable dma. The default (0) action is to enable dma is the driver supports it. Remove this configuration option and just enable dma if it is supported. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed