commit | cdc3d93257e162dd12906a6e0207436c2d5c6873 | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Wed Apr 13 03:08:28 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sun May 01 17:05:06 2016 -0700 |
tree | 2bf6f56dfaa1a3cd9bdf00f983dc35e94080f760 | |
parent | 3ed439c56e0d82fd08275fff2c21278f92ed8ec5 [diff] |
i40e: PTP - avoid aggregate return warnings Aggregate return warnings are when struct types are returned and must be copied to the lvalue with a struct copy by the compiler. This fixes warnings of type aggregate-return from gcc with W=2. Change-Id: I896b1bf514544bf0faeb458869d79914b9f1b168 Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>