diff options
author | G Pooja Shamili <poojashamili@gmail.com> | 2016-03-12 05:22:02 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-11 22:14:06 -0800 |
commit | 0b204161eecf813e13a3ee169b1e21dfe9d9ed35 (patch) | |
tree | 5a3585d0768abdc29f3aab14202b739791911adf /tools/perf/scripts/python/sched-migration.py | |
parent | 8d4cd9c8e2596e28cb9e13e2e20a493cb082283a (diff) |
staging: netlogic: Replacing pr_err with dev_err after the call to devm_kzalloc
The function devm_kzalloc has a first argument of type struct device *.
This is the type of argument required by printing functions such as
dev_info, dev_err, etc. Thus, functions like pr_info should not
normally be used after a call to devm_kzalloc. Thus, all pr_err occurances are
replaced with dev_err function calls
Signed-off-by: G Pooja Shamili <poojashamili@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions