From: H Hartley Sweeten Date: Thu, 25 Oct 2012 22:06:20 +0000 (-0700) Subject: staging: comedi: me_daq: replace 'result' and 'error' with 'ret' X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~938 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb153b4e4f9e11ac7e9b58d3957dba9a3c3fd2e;p=pandora-kernel.git staging: comedi: me_daq: replace 'result' and 'error' with 'ret' Two local variables are used in me_attach_pci() to check for errors when calling other functions, 'result' and 'error'. Remove both of them and just use a common 'ret' variable. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed