From: Dominik Brodowski Date: Fri, 31 Mar 2006 15:26:06 +0000 (+0200) Subject: [PATCH] pcmcia: add return value to _config() functions X-Git-Tag: v2.6.17-rc1~14^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15b99ac1729503db9e6dc642a50b9b6cb3bf51f9;p=pandora-kernel.git [PATCH] pcmcia: add return value to _config() functions Most of the driver initialization isn't done in the .probe function, but in the internal _config() functions. Make them return a value, so that .probe can properly report whether the probing of the device succeeded or not. Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed