Bug 426090 - 2.6.9-67.EL: drivers/message/mptbase.c compilation broken
Summary: 2.6.9-67.EL: drivers/message/mptbase.c compilation broken
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: kernel
Version: 4.6
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Chip Coldwell
QA Contact: Martin Jenner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-18 13:26 UTC by Vasily Averin
Modified: 2008-02-19 18:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-19 18:33:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Vasily Averin 2007-12-18 13:26:45 UTC
RHEL4u6 kernel 2.6.9-67.EL
mptbase.c compilation failed:

  CC      drivers/message/fusion/mptbase.o
drivers/message/fusion/mptbase.c:3919:45: missing terminating " character
drivers/message/fusion/mptbase.c:3920:15: missing terminating " character
make[3]: *** [drivers/message/fusion/mptbase.o] Error 1
make[2]: *** [drivers/message/fusion] Error 2
make[1]: *** [drivers/message] Error 2
make: *** [drivers] Error 2

ugly formatted patch: 
linux-2.6.9-scsi-mptfusion-update.patch:
@@ -3674,18 +3890,31 @@ mpt_diag_reset(MPT_ADAPTER *ioc, int ignore, int 
...
+if ((r = WaitForDoorbellAck(ioc, 15, sleepFlag)) < 0){
+                drsprintk((MYIOC_s_WARN_FMT ": %s: WaitForDoorbellAck failed
r=%d after IOC Rese
+t type=%02x!\n",
+                        ioc->name, __FUNCTION__, r, reset_type));
+ return r;
+}


Note You need to log in before you can comment on or make changes to this bug.