From: Alan Cox Date: Wed, 10 Dec 2014 15:05:38 +0000 (+0000) Subject: pcmcia: correct types X-Git-Tag: fixes-v4.0-rc1~101^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c6193a3662f6634ad7f797597081556a9db068;p=pandora-kernel.git pcmcia: correct types We should be using resource_size_t and unsigned types correctly, otherwise we sign extend the flags on a 64bit box, which is not what we want. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed