From: H Hartley Sweeten Date: Mon, 17 Feb 2014 21:27:52 +0000 (-0700) Subject: staging: comedi: pcl818: rename 'irq_blocked' in private data X-Git-Tag: v3.15-rc1~139^2~935 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8bc43ec67cd113892c5eb9dd22d3bf35fb38662;p=pandora-kernel.git staging: comedi: pcl818: rename 'irq_blocked' in private data This member in the private data is a flag that indicates that an analog input async command is currently running. Rename it to make this clear. The private data is kzalloc'ed in the attach so remove the unnecessary clearing of this flag. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed