From: H Hartley Sweeten Date: Mon, 3 Feb 2014 17:43:25 +0000 (-0700) Subject: staging: comedi: drivers: propogate errno from subdev_8255_init() X-Git-Tag: v3.15-rc1~139^2~1211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6439a458aa2805f05dd5fb3da8a95fd90082728;p=pandora-kernel.git staging: comedi: drivers: propogate errno from subdev_8255_init() The initialization of the 8255 subdevice can fail due to the allocation of the private data. Make sure all callers of subdev_8255_init() propogate the errno. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed