clk: ti: apll: not allocating enough data
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 16 Jun 2014 09:32:33 +0000 (12:32 +0300)
committerTero Kristo <t-kristo@ti.com>
Thu, 19 Jun 2014 11:52:31 +0000 (14:52 +0300)
commit6c7ee8905d54e66d01902c59490bbc99d87d4efb
tree7bc3e6373872badc4e48dc506e377ce09b95e2e7
parent7171511eaec5bf23fb06078f59784a3a0626b38f
clk: ti: apll: not allocating enough data

There is a cut and paste bug here which will lead to memory corruption
because we don't allocate enough data.

Fixes: 4d008589e271 ('CLK: TI: APLL: add support for omap2 aplls')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
drivers/clk/ti/apll.c