summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorJean Sacren <sakiwit@gmail.com>2015-10-13 01:06:31 -0600
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-10-23 05:37:31 -0700
commit0e5229c6c576969bf8f89f8ca74fa7ea355b434e (patch)
treea282bd7e0a7660eaf5dba6982e82f5e4835186b3 /tools/perf/scripts/python/task-analyzer.py
parented17f7e5d7918adb487debe49fadf57fd2b98d1c (diff)
downloadkernel-0e5229c6c576969bf8f89f8ca74fa7ea355b434e.tar.gz
i40e: clean up local variable initialization
In both i40e_calc_nvm_checksum() and i40e_update_nvm_checksum(), the local variables designated by 'ret_code' are overwritten immediately. As such, they should merely be declared. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
itle='2011-07-18 17:10:31 -0700'>2011-07-18Input: pmic8xxx-keypad - fix a leak of the IRQ during init failureAxel Lin 2011-07-05input: pmic8xxx-keypad: Do not use mfd_get_data()Samuel Ortiz