Fix patching that I broke.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@673 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Dotan Barak
2009-02-13 18:02:48 +00:00
parent 97abf4d107
commit 3ab0a8972a
+4 -1
View File
@@ -1,11 +1,14 @@
diff -uprN -X/home/stasiu/work/linux-2.6/Documentation/dontdiff qla_isp/linux/isp_pci.c qla_isp-1.0.0/linux/isp_pci.c
--- qla_isp/linux/isp_pci.c 2008-07-08 09:38:11.000000000 +0200
+++ qla_isp-1.0.0/linux/isp_pci.c 2008-07-06 12:50:35.000000000 +0200
@@ -548,7 +548,7 @@ isplinux_pci_init_one(struct Scsi_Host *
@@ -548,10 +548,7 @@
if (isp_debug) {
isp->isp_dblev = isp_debug;
} else {
- isp->isp_dblev = ISP_LOGCONFIG|ISP_LOGINFO|ISP_LOGWARN|ISP_LOGERR;
-#ifdef ISP_TARGET_MODE
- isp->isp_dblev |= ISP_LOGTINFO;
-#endif
+ isp->isp_dblev = ISP_LOGERR;
}