From: Bjørn Mork Date: Tue, 16 Apr 2013 00:17:07 +0000 (+0000) Subject: net: cdc_mbim: remove bogus sizeof() X-Git-Tag: v3.8.11~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0914393f1e376bc55fce1bb48972966a1761d5c;p=karo-tx-linux.git net: cdc_mbim: remove bogus sizeof() [ Upstream commit 32b161aa88aa40a83888a995c6e2ef81140219b1 ] The intention was to test against the constant, not the size of the constant. Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/net/usb/cdc_mbim.c b/drivers/net/usb/cdc_mbim.c index 16c842997291..6bd91676d2cb 100644 --- a/drivers/net/usb/cdc_mbim.c +++ b/drivers/net/usb/cdc_mbim.c @@ -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: