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)
commit32b161aa88aa40a83888a995c6e2ef81140219b1
treeb1359df19a460d129064029caa9c8b60a9b951eb
parent91c4166c1a01c00b8bed74f7a7defa620071de88
net: cdc_mbim: remove bogus sizeof()

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