From: Ian Abbott Date: Mon, 1 Sep 2014 11:03:59 +0000 (+0100) Subject: staging: comedi: amplc_pci230: change pci230_handle_ao_fifo() return type X-Git-Tag: fixes-for-v3.18-merge-window~15^2~807 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8ef9231f9f7ee1dc685ac6b0f2360a4eab0e31;p=pandora-kernel.git staging: comedi: amplc_pci230: change pci230_handle_ao_fifo() return type Change the return type of `pci230_handle_ao_fifo()` from `int` to `bool`. A return value of `true` indicates the AO command is still running. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed