diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
commit | 1ebbe2b20091d306453a5cf480a87e6cd28ae76f (patch) | |
tree | f5cd7a0fa69b8b1938cb5a0faed2e7b0628072a5 /drivers/message/fusion/mptlan.c | |
parent | ac58c9059da8886b5e8cde012a80266b18ca146e (diff) | |
parent | 674a396c6d2ba0341ebdd7c1c9950f32f018e2dd (diff) |
Merge branch 'linus'
Diffstat (limited to 'drivers/message/fusion/mptlan.c')
-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) |