target_core: simplify scsi_name_len calculation
authorHannes Reinecke <hare@suse.de>
Tue, 17 Dec 2013 08:18:47 +0000 (09:18 +0100)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 17 Dec 2013 19:05:33 +0000 (11:05 -0800)
scsi_name_len in spc_emulate_evpd_83 is calculated twice, with
the results of the first calculation discarded. So remove it.
And check for the maximum allowed length, too.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found