]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
target: Fix double test of inquiry_prod
authorRoland Dreier <roland@purestorage.com>
Tue, 3 May 2011 05:15:37 +0000 (22:15 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 22 Jul 2011 09:37:43 +0000 (09:37 +0000)
commitf22c119683e73498d8126581a1be75e1b7a339a3
treeef3fe19b414b04012a24419c2a9451ec6f255241
parente3d6f909ed803d92a5ac9b4a2c087e0eae9b90d0
target: Fix double test of inquiry_prod

The code in transport_add_device_to_core_hba() really intends to make sure
that neither inquiry_prod nor inquiry_rev is NULL.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c