Re: ixp4xx compile error (was Re: 2.6.21-mm2)

From: Dmitry Torokhov
Date: Thu May 10 2007 - 08:56:17 EST


On 5/10/07, Frederik Deweerdt <deweerdt@xxxxxxx> wrote:

static int ixp4xx_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
{
- unsigned int pin = (unsigned int) input_get_drvdata(input_dev);
+ unsigned int pin = (unsigned int) input_get_drvdata(dev);
unsigned int count = 0;


Yep, my fault. Please forward this to Linus.

--
Dmitry
-
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/