diff options
author | Moore, Eric <Eric.Moore@lsil.com> | 2006-02-02 19:20:05 -0500 |
---|---|---|
committer | <jejb@mulgrave.il.steeleye.com> | 2006-02-27 23:55:04 -0500 |
commit | 4f8d98abaf957691f9543b9b1b610d49aa0f662b (patch) | |
tree | 7bd33445509f221d2bcdf543942e757efb6121bb /drivers/message | |
parent | 5e3c34c1e988a0dfe177c38cf324e8e321c55ef5 (diff) |
[SCSI] fusion - mptlan - remove wierd humor print
Removes wierd humor, and bad language printk in mptlan.
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message')
-rw-r--r-- | drivers/message/fusion/mptlan.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/message/fusion/mptlan.c b/drivers/message/fusion/mptlan.c index 73f59528212a..314c3a27585d 100644 --- a/drivers/message/fusion/mptlan.c +++ b/drivers/message/fusion/mptlan.c | |||
@@ -1152,10 +1152,7 @@ mpt_lan_receive_post_reply(struct net_device *dev, | |||
1152 | priv->mpt_rxfidx_tail, | 1152 | priv->mpt_rxfidx_tail, |
1153 | MPT_LAN_MAX_BUCKETS_OUT); | 1153 | MPT_LAN_MAX_BUCKETS_OUT); |
1154 | 1154 | ||
1155 | panic("Damn it Jim! I'm a doctor, not a programmer! " | 1155 | return -1; |
1156 | "Oh, wait a sec, I am a programmer. " | ||
1157 | "And, who's Jim?!?!\n" | ||
1158 | "Arrgghh! We've done it again!\n"); | ||
1159 | } | 1156 | } |
1160 | 1157 | ||
1161 | if (remaining == 0) | 1158 | if (remaining == 0) |