fcoe: Reduce fcoe_sysfs_fcf_add() stack usage
authorBart Van Assche <bvanassche@acm.org>
Wed, 14 Aug 2013 15:42:46 +0000 (15:42 +0000)
committerRobert Love <robert.w.love@intel.com>
Wed, 4 Sep 2013 21:14:21 +0000 (14:14 -0700)
This patch fixes the following compiler warning:

drivers/scsi/fcoe/fcoe_ctlr.c: In function fcoe_sysfs_fcf_add:
drivers/scsi/fcoe/fcoe_ctlr.c:211:1: warning: the frame size of 1480 bytes is larger than 1024 bytes [-Wframe-larger-than=]

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>

No differences found