X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fs390%2Fscsi%2Fzfcp_ccw.c;h=001d8067ca95903ecd3ff94863ae632f2b95ca61;hb=6f71f83334a552167ccbbd42fe5dd979428c89e4;hp=0fc46381fc22735d1a884fe24f913e200dfbb770;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/drivers/s390/scsi/zfcp_ccw.c b/drivers/s390/scsi/zfcp_ccw.c index 0fc46381f..001d8067c 100644 --- a/drivers/s390/scsi/zfcp_ccw.c +++ b/drivers/s390/scsi/zfcp_ccw.c @@ -10,7 +10,6 @@ * Authors: * Martin Peschke * Heiko Carstens - * Andreas Herrmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,7 +26,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define ZFCP_CCW_C_REVISION "$Revision: 1.58 $" +#define ZFCP_CCW_C_REVISION "$Revision: 1.56 $" #include "zfcp_ext.h" @@ -302,11 +301,9 @@ zfcp_ccw_shutdown(struct device *dev) { struct zfcp_adapter *adapter; - down(&zfcp_data.config_sema); adapter = dev_get_drvdata(dev); zfcp_erp_adapter_shutdown(adapter, 0); zfcp_erp_wait(adapter); - up(&zfcp_data.config_sema); } #undef ZFCP_LOG_AREA