Re: [PATCH] firmware: use noinline_for_stack

2012-10-28 Thread Jiri Kosina
On Sun, 28 Oct 2012, Ming Lei wrote: > > The comment above fw_file_size() suggests it is noinline for stack size > > reasons. Use noinline_for_stack to make this more clear. > > Acked-by: Ming Lei Although I am not completely sure that documenting the purpose of noinline through this attribute

Re: [PATCH] firmware: use noinline_for_stack

2012-10-28 Thread Ming Lei
On Sun, Oct 28, 2012 at 6:37 AM, Cesar Eduardo Barros wrote: > The comment above fw_file_size() suggests it is noinline for stack size > reasons. Use noinline_for_stack to make this more clear. Acked-by: Ming Lei Thanks, -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe

[PATCH] firmware: use noinline_for_stack

2012-10-27 Thread Cesar Eduardo Barros
The comment above fw_file_size() suggests it is noinline for stack size reasons. Use noinline_for_stack to make this more clear. Cc: Ming Lei Cc: Greg Kroah-Hartman Cc: Linus Torvalds Signed-off-by: Cesar Eduardo Barros --- drivers/base/firmware_class.c | 2 +- 1 file changed, 1 insertion(+),