commit | 15b99ac1729503db9e6dc642a50b9b6cb3bf51f9 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Fri Mar 31 17:26:06 2006 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Fri Mar 31 17:26:06 2006 +0200 |
tree | cfb8897487beba502aac2b28bc35066a87e34299 | |
parent | fba395eee7d3f342ca739c20f5b3ee635d0420a0 [diff] |
[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 <linux@dominikbrodowski.net>