aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/fcoe/fcoe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c
index 8d67467dd9ce..e535f95e4772 100644
--- a/drivers/scsi/fcoe/fcoe.c
+++ b/drivers/scsi/fcoe/fcoe.c
@@ -1671,8 +1671,7 @@ static void fcoe_recv_frame(struct sk_buff *skb)
1671 skb->dev ? skb->dev->name : "<NULL>"); 1671 skb->dev ? skb->dev->name : "<NULL>");
1672 1672
1673 port = lport_priv(lport); 1673 port = lport_priv(lport);
1674 if (skb_is_nonlinear(skb)) 1674 skb_linearize(skb); /* check for skb_is_nonlinear is within skb_linearize */
1675 skb_linearize(skb); /* not ideal */
1676 1675
1677 /* 1676 /*
1678 * Frame length checks and setting up the header pointers 1677 * Frame length checks and setting up the header pointers