diff options
author | jack wang <jack_wang@usish.com> | 2009-10-20 16:10:45 +0800 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-11-06 13:10:42 -0600 |
commit | 198439e4afec431d2fa2cab9a4dcca87e5adc7a5 (patch) | |
tree | 6dddd5826c0e8cd71983797f82fdbc86ce1d0839 /drivers/scsi/libsas | |
parent | b2b465e9280b739a528435d2916c0a5c1b4eb100 (diff) | |
download | op-kernel-dev-198439e4afec431d2fa2cab9a4dcca87e5adc7a5.zip op-kernel-dev-198439e4afec431d2fa2cab9a4dcca87e5adc7a5.tar.gz |
[SCSI] libsas: do not set res = 0 in sas_ex_discover_dev()
We should not set res to 0 in function sas_ex_discover_dev in order to let
it discover it further when wide port hotplug in .
Signed-off-by: Tom Peng <tom_peng@usish.com>
Signed-off-by: Jack Wang <jack_wang@usish.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/libsas')
-rw-r--r-- | drivers/scsi/libsas/sas_expander.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_expander.c b/drivers/scsi/libsas/sas_expander.c index b338195..33cf988 100644 --- a/drivers/scsi/libsas/sas_expander.c +++ b/drivers/scsi/libsas/sas_expander.c @@ -960,7 +960,6 @@ static int sas_ex_discover_dev(struct domain_device *dev, int phy_id) } } - res = 0; } return res; |