pcmcia: correct types
authorAlan Cox <alan@linux.intel.com>
Wed, 10 Dec 2014 15:05:38 +0000 (15:05 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:12 +0000 (05:04 -0800)
commita6c6193a3662f6634ad7f797597081556a9db068
treeae58c9987c2db5ef88e65ceff6e197ceaebc0177
parentc4277e9ea70431aea0fecebb8bb9a3fbc27d074e
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 <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pcmcia/cs_internal.h
drivers/pcmcia/rsrc_mgr.c
This page took 0.026496 seconds and 5 git commands to generate.