From: H Hartley Sweeten Date: Wed, 27 Jun 2012 22:01:58 +0000 (-0700) Subject: staging: comedi: adl_pci6208: return '0' for successful attach X-Git-Tag: v3.6-rc1~100^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98bcf9119cbcab67768a548bcb6dfc2b9464cb96;p=pandora-kernel.git staging: comedi: adl_pci6208: return '0' for successful attach The comedi core expects a < 0 value during the attach to indicate an error. The normal 'success' return for the kernel is '0' so use that here. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed