net: cdc_mbim: remove bogus sizeof()
authorBjørn Mork <bjorn@mork.no>
Tue, 16 Apr 2013 00:17:07 +0000 (00:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Apr 2013 20:44:36 +0000 (16:44 -0400)
The intention was to test against the constant, not the size of
the constant.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/cdc_mbim.c

index 16c8429..6bd9167 100644 (file)
@@ -134,7 +134,7 @@ static struct sk_buff *cdc_mbim_tx_fixup(struct usbnet *dev, struct sk_buff *skb
                goto error;
 
        if (skb) {
-               if (skb->len <= sizeof(ETH_HLEN))
+               if (skb->len <= ETH_HLEN)
                        goto error;
 
                /* mapping VLANs to MBIM sessions: