commit | f9d629c737cb6687216a0c540b5466a4bd8b070a | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@stericsson.com> | Fri Oct 01 13:33:13 2010 +0200 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Oct 12 21:37:37 2010 -0600 |
tree | d3bbbd872389b5fdc7f4b1ff42d5069d7e0df930 | |
parent | 5a1c98be1de165c8ad1bd5343a5d779230669489 [diff] |
spi/pl022: fix dubious allocation staticize platform data This removes some dubious allocation of a local chipinfo struct in favor of a constant preset, tagging that one const revealed further problems with platform data being modified so fixed up these too. Reported-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>