Message ID | 28d7c2df-81ed-95b3-ba9d-bf6c8aa00197@users.sourceforge.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/input/keyboard/sh_keysc.c b/drivers/input/keyboard/sh_keysc.c index 7abf03b4cc9c..e214d47724f8 100644 --- a/drivers/input/keyboard/sh_keysc.c +++ b/drivers/input/keyboard/sh_keysc.c @@ -191,7 +191,6 @@ static int sh_keysc_probe(struct platform_device *pdev) priv = kzalloc(sizeof(*priv), GFP_KERNEL); if (priv == NULL) { - dev_err(&pdev->dev, "failed to allocate driver data\n"); error = -ENOMEM; goto err0; }