]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: use noinline_for_stack
authorCesar Eduardo Barros <cesarb@cesarb.net>
Sat, 27 Oct 2012 22:37:10 +0000 (20:37 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Nov 2012 23:05:05 +0000 (15:05 -0800)
commitce6341bebfab2bad3fed14254be885c7b46bb379
tree86a88cb829fed4e9df66a4a72a3c749911de9c01
parentc053155dbfc21e0ad62ee076b1b8ed14e294a3ce
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>
drivers/base/firmware_class.c