]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: cdc_mbim: remove bogus sizeof()
authorBjørn Mork <bjorn@mork.no>
Tue, 16 Apr 2013 00:17:07 +0000 (00:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 May 2013 16:46:19 +0000 (09:46 -0700)
commitb0914393f1e376bc55fce1bb48972966a1761d5c
tree1160e247b320d90a18d82c7d3a71d3de5393318d
parentf18af2e655211794d6892f7809299ec271dfb588
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 <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/cdc_mbim.c