diff options
author | G Pooja Shamili <poojashamili@gmail.com> | 2016-03-12 02:52:02 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-12 09:14:06 +0300 |
commit | 0b204161eecf813e13a3ee169b1e21dfe9d9ed35 (patch) | |
tree | 5a3585d0768abdc29f3aab14202b739791911adf /net/unix/af_unix.c | |
parent | 8d4cd9c8e2596e28cb9e13e2e20a493cb082283a (diff) | |
download | linux-0b204161eecf813e13a3ee169b1e21dfe9d9ed35.tar.xz |
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 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions