Message ID | 8e27d655-4f18-b156-3d78-a12b28f79b5b@users.sourceforge.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/input/touchscreen/da9034-ts.c b/drivers/input/touchscreen/da9034-ts.c index b30cfe1e62da..c9c423aebe1e 100644 --- a/drivers/input/touchscreen/da9034-ts.c +++ b/drivers/input/touchscreen/da9034-ts.c @@ -303,8 +303,7 @@ static int da9034_touch_probe(struct platform_device *pdev) struct input_dev *input_dev; int error; - touch = devm_kzalloc(&pdev->dev, sizeof(struct da9034_touch), - GFP_KERNEL); + touch = devm_kzalloc(&pdev->dev, sizeof(*touch), GFP_KERNEL); if (!touch) return -ENOMEM;