commit | 6c7ee8905d54e66d01902c59490bbc99d87d4efb | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Jun 16 12:32:33 2014 +0300 |
committer | Tero Kristo <t-kristo@ti.com> | Thu Jun 19 14:52:31 2014 +0300 |
tree | 7bc3e6373872badc4e48dc506e377ce09b95e2e7 | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f [diff] |
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>