From: H Hartley Sweeten Date: Tue, 4 Mar 2014 18:29:42 +0000 (-0700) Subject: staging: comedi: pcl816: reduce indent level in pcl816_ai_cancel() X-Git-Tag: v3.15-rc1~139^2~661 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b3980f1f7471b1d74a8571a29710bf6937f702;p=pandora-kernel.git staging: comedi: pcl816: reduce indent level in pcl816_ai_cancel() If an async command is not running the (*cancel) function doesn't do anything. Exit the function early if this is the case. This allows reducing the indent level in the rest of the function. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed