Commit 4f8d98ab authored by Moore, Eric's avatar Moore, Eric Committed by

[SCSI] fusion - mptlan - remove wierd humor print

Removes wierd humor, and bad language printk in mptlan.
Signed-off-by: default avatarEric Moore <Eric.Moore@lsil.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 5e3c34c1
...@@ -1152,10 +1152,7 @@ mpt_lan_receive_post_reply(struct net_device *dev, ...@@ -1152,10 +1152,7 @@ mpt_lan_receive_post_reply(struct net_device *dev,
priv->mpt_rxfidx_tail, priv->mpt_rxfidx_tail,
MPT_LAN_MAX_BUCKETS_OUT); MPT_LAN_MAX_BUCKETS_OUT);
panic("Damn it Jim! I'm a doctor, not a programmer! " return -1;
"Oh, wait a sec, I am a programmer. "
"And, who's Jim?!?!\n"
"Arrgghh! We've done it again!\n");
} }
if (remaining == 0) if (remaining == 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment