From: H Hartley Sweeten Date: Thu, 5 Dec 2013 23:54:09 +0000 (-0700) Subject: staging: comedi: pcmuio: remove unnecessary mask of triggered channels X-Git-Tag: v3.14-rc1~150^2~511 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3d2d75da52982968ddb25f715c86c65dde04903;p=pandora-kernel.git staging: comedi: pcmuio: remove unnecessary mask of triggered channels The 'triggered' value is read directly from the three trigger id registers and does not have any extra data that needs masked off. Remove the 'mytrig' local variable and just use 'triggered' directly. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed