]> git.baikalelectronics.ru Git - kernel.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)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Apr 2013 20:44:36 +0000 (16:44 -0400)
commit4f7cca050ff065d9e95e6066453787b7e45a7c6c
treeb1359df19a460d129064029caa9c8b60a9b951eb
parentcbcbbd9930c7b4179cc9f4e8ae9901e2850d425a
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