commit | ed1511b80c92b1b1a8dde567adc090e470a4344a | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Sat Sep 15 22:43:05 2012 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Sat Sep 15 22:43:05 2012 +0200 |
tree | cc1512781693ecc4dc23df6f3f95e32703460428 | |
parent | 38a991b625ae3898f18149f8fa287338647a4c9f [diff] |
ACPI / processor: remove pointless variable initialization The 'errata' variable is a global variable which is set to zero, no need to do that with a memset in the init function. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>