From: H Hartley Sweeten Date: Mon, 9 Dec 2013 22:30:48 +0000 (-0700) Subject: staging: comedi: pcmmio: return error if ao conversion times out X-Git-Tag: v3.14-rc1~150^2~330 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f216c966cfc0fb585fd8f628287d3c5100b38fa;p=pandora-kernel.git staging: comedi: pcmmio: return error if ao conversion times out Rename wait_dac_ready() so it has namespace associated with the driver. Fix the function so it returns an errno if the conversion times out. Propogate this errno if it happens. Define the analog output status register to remove the magic numbers. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed