commit | ce4dad2ce231aa5258ddfc98f8a80d958643c014 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Fri Jun 17 16:21:11 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Aug 29 01:31:03 2016 -0700 |
tree | b612b5a1116f98bfb9f115c64d83361a8904e05f | |
parent | 88cdcfec9a46af47291207d86493e919093df3d1 [diff] |
fm10k: prefer READ_ONCE instead of ACCESS_ONCE While technically not needed, as all our uses of ACCESS_ONCE are scalar types, we already use READ_ONCE in a few places, and for code readability we can swap all the uses of the older ACCESS_ONCE into READ_ONCE. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>