commit | 60dac5e284fe99751e3beefe1a9cc7a0771ad73c | [log] [tgz] |
---|---|---|
author | Cesar Eduardo Barros <cesarb@cesarb.net> | Sat Oct 27 20:37:10 2012 -0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 14 15:05:05 2012 -0800 |
tree | 86a88cb829fed4e9df66a4a72a3c749911de9c01 | |
parent | bd9eb7fbe69111ea0ff1f999ef4a5f26d223d1d5 [diff] |
firmware: use noinline_for_stack The comment above fw_file_size() suggests it is noinline for stack size reasons. Use noinline_for_stack to make this more clear. Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> Acked-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>