commit | 207e3721acb4982f73453762ed8d6f3c7dc3de35 | [log] [tgz] |
---|---|---|
author | Bruce Allan <bruce.w.allan@intel.com> | Tue Apr 16 10:21:18 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat May 04 14:21:01 2019 -0700 |
tree | 2090bf848759e2f35190d58a9dd1b7a36ad589e7 | |
parent | ba0db585bdb696d28bd6ec3ae9908d45c0bdeb37 [diff] |
ice: Do not unnecessarily initialize local variable The local variable speed does not need to be initialized and can cause some static analysis tools to complain the initial assigned value is never used. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>