From: H Hartley Sweeten Date: Tue, 27 May 2014 17:30:57 +0000 (-0700) Subject: staging: comedi: pcmmio: remove 'continuous' from private data X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29791cf5cc0a5d1c7b14dd6b8d31ff584c4b02af;p=pandora-kernel.git staging: comedi: pcmmio: remove 'continuous' from private data This member of the private data can be determined from the cmd->stop_src. Do that instead and remove the member. Refactor pcmmio_handle_dio_intr() to remove an indent level. For aesthetics, change the switch in pcmmio_cmd() to an if/else. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed