diff options
Diffstat (limited to 'drivers/input/keyboard/tegra-kbc.c')
-rw-r--r-- | drivers/input/keyboard/tegra-kbc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/tegra-kbc.c b/drivers/input/keyboard/tegra-kbc.c index 21c42f852343..fe4ac95ca6c8 100644 --- a/drivers/input/keyboard/tegra-kbc.c +++ b/drivers/input/keyboard/tegra-kbc.c | |||
@@ -630,6 +630,7 @@ tegra_kbc_dt_parse_pdata(struct platform_device *pdev) | |||
630 | if (!np) | 630 | if (!np) |
631 | return NULL; | 631 | return NULL; |
632 | 632 | ||
633 | pdata = kzalloc(sizeof(*pdata), GFP_KERNEL); | ||
633 | if (!pdata) | 634 | if (!pdata) |
634 | return NULL; | 635 | return NULL; |
635 | 636 | ||