commit | 147a27460366ecd35f1425f593cb42d52166c7ff | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sun Apr 04 18:10:35 2010 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Sun Apr 04 18:10:35 2010 +0200 |
tree | 15f4467b37ec1f6eb47cfa0dfdfca93b014eee16 | |
parent | 5e11611a5d22252f3f9c169a3c9377eac0c32033 [diff] |
pcmcia: fix up alignf issues - pcmcia_align() used a "start" variable twice. That's obviously a bad idea. - pcmcia_common_resource() needs the current "start" parameter being passed, instead of res->start. - pcmcia_common_resource() doesn't use the size and align parameters, so get rid of those. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>