commit | c7ef7645544131b0750478d1cf94cdfa945c809d | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Feb 21 13:36:45 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Feb 21 13:48:45 2013 -0300 |
tree | 4442e415b365cd43be1d8a73703f809f78177560 | |
parent | 80cc7d87d5eb34375f916d282450a0906a8ead60 [diff] |
edac: reduce stack pressure by using a pre-allocated buffer The number of variables at the stack is too big. Reduces the stack usage by using a pre-allocated error buffer. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>