commit | 1c2c1b4fbd413fd814807768d2aba9023722ed76 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Wed Aug 14 15:42:46 2013 +0000 |
committer | Robert Love <robert.w.love@intel.com> | Wed Sep 04 14:14:21 2013 -0700 |
tree | dee7a87acd4deba4343d26a9e8e285a12bb7c1ef | |
parent | 465b87bfe96a5b257804fd89aa982319e8c58064 [diff] |
fcoe: Reduce fcoe_sysfs_fcf_add() stack usage 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>