commit | fb49fa533f9d211994c33efb752ffa5b30033729 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <[email protected]> | Thu Jul 29 14:06:42 2010 +0200 |
committer | Dominik Brodowski <[email protected]> | Wed Sep 29 17:20:21 2010 +0200 |
tree | 675d26cf01c23d9623f274971a065b0dedb10f3a | |
parent | cdb138080b78146d1cdadba9f5dadbeb97445b91 [diff] |
pcmcia: split up modify_configuration() into two fixup functions pcmcia_modify_configuration() was only used by two drivers to fix up one issue each: setting the Vpp to a different value, and reducing the IO width to 8 bit. Introduce two explicitly named functions handling these things, and remove one further typedef. CC: [email protected] CC: [email protected] Tested-by: Wolfram Sang <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>