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)
commit03ba84ca95a84dba9b42492edd2632dc3c7eb359
treea19747e4c25e7eb33b33eb077903f38897b66e69
parent9c6e164c8c28c1f9e24441674f8b8d81551c906b
target_core: simplify scsi_name_len calculation

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>
drivers/target/target_core_spc.c