From: Ian Abbott Date: Fri, 28 Jun 2013 16:09:18 +0000 (+0100) Subject: staging: comedi: ni_labpc: don't clear cmd3 bits explicitly in labpc_ai_cmd() X-Git-Tag: v3.12-rc1~183^2~730 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f12a34ca0b7f02f725965f39f9ccf5d5c339d3e0;p=pandora-kernel.git staging: comedi: ni_labpc: don't clear cmd3 bits explicitly in labpc_ai_cmd() `labpc_ai_cmd()` calls `labpc_cancel()` which already sets `devpriv->cmd3` to 0. Remove the lines from `labpc_ai_cmd()` that clear specific bits in `devpriv->cmd3` explicitly as they have no effect. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed