RE: [PATCH] input: spi: Driver for SPI data stream driven vibrator

From: ilkka.koskinen
Date: Mon Nov 08 2010 - 06:09:01 EST


Hi,

>From: ext Alan Cox [mailto:alan@xxxxxxxxxxxxxxxxxxx]
>Sent: 08 November, 2010 01:52
>
>> + datalen = p->custom_len * sizeof(p->custom_data[0]);
>
>signed
>
>> + if (datalen > MAX_EFFECT_SIZE) {
>
>unsigned

It should be unsigned. I'll fix it.

>> + memcpy(einfo->buf, p->custom_data, datalen);
>
>ungood

Yep, that's clearly wrong too. Should be copy_from_user() I suppose.

Thanks, Ilkka

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/