[PATCH v2 1/5] ARM: SAMSUNG: Add keypad device support
Jassi Brar
jassisinghbrar at gmail.com
Sun May 30 00:46:03 EDT 2010
On Sun, May 30, 2010 at 12:42 PM, Marek Vasut <marek.vasut at gmail.com> wrote:
> Dne Ne 30. května 2010 05:06:20 Joonyoung Shim napsal(a):
>> +struct samsung_kp_platdata {
>> + const struct matrix_keymap_data *keymap_data;
>> + unsigned int rows;
>> + unsigned int cols;
>> + unsigned int rep;
>
> I don't know, maybe using uint32_t here? On ARM, it doesn't matter so far as int
> will be always 32bit, but maybe we should just type the variables well ?
I thought int was 32bits on all archs
More information about the linux-arm-kernel
mailing list