next: parport: forgotten semicolon

From: Alexander Beregalov
Date: Wed May 06 2009 - 10:59:05 EST


Hi Greg

Please fix parport-remove-driver_data-direct-access-of-struct-device.patch

- struct parport *p = dev_get_drvdata(&dev->dev)
+ struct parport *p = dev_get_drvdata(&dev->dev);
--
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/