diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2012-11-29 20:29:01 +0100 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-12-07 17:55:44 -0800 |
commit | ed72a4d52add345595f09b360d6ac5f20428d361 (patch) | |
tree | 6ad4f0a9313fc390b7ec6799560b2a0d10207e1a /drivers/target/sbp | |
parent | 778229af95977a4aca8656143d457401c2bb8f96 (diff) | |
download | linux-ed72a4d52add345595f09b360d6ac5f20428d361.tar.bz2 |
iscsi-target: use kstrdup() for iscsi_param
The kmalloc() + strlen() + memcpy() block is what kstrdup() does as
well. While here I also removed the "to NULL assignment" of pointers
which are fed to kfree or thrown away anyway.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/sbp')
0 files changed, 0 insertions, 0 deletions