From: Dominik Brodowski Date: Sun, 4 Apr 2010 16:10:35 +0000 (+0200) Subject: pcmcia: fix up alignf issues X-Git-Tag: v2.6.34-rc4~60^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147a27460366ecd35f1425f593cb42d52166c7ff;p=pandora-kernel.git 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 --- Reading git-diff-tree failed