]> err.no Git - linux-2.6/blobdiff - drivers/input/joystick/grip_mp.c
spi: spi_bfin5xx: remove unused label
[linux-2.6] / drivers / input / joystick / grip_mp.c
index 4ed3a3eadf1964eaad388e4f603720910e675811..c57e21d68c003e2970949744120b3384b8fe98e6 100644 (file)
@@ -606,7 +606,7 @@ static int register_slot(int slot, struct grip_mp *grip)
        input_dev->open = grip_open;
        input_dev->close = grip_close;
 
-       input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
+       input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS);
 
        for (j = 0; (t = grip_abs[port->mode][j]) >= 0; j++)
                input_set_abs_params(input_dev, t, -1, 1, 0, 0);