From: Hannes Reinecke Date: Wed, 18 May 2005 08:42:23 +0000 (+0200) Subject: [PATCH] driver core: fix error handling in bus_add_device X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca2b94ba12f3c36fd3d6ed9d38b3798d4dad0d8b;p=pandora-kernel.git [PATCH] driver core: fix error handling in bus_add_device The error handling in bus_add_device() and device_attach() is simply non-existing. This patch propagates any error from device_attach to the upper layers to allow for a proper recovery. From: Hannes Reinecke Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed