From: Dan Carpenter Date: Thu, 22 May 2014 07:52:29 +0000 (+0300) Subject: net: cdc_ncm: fix typo in test for supported formats X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22adbfb39d190adb43c954ed308f2865f5e481f;p=pandora-kernel.git net: cdc_ncm: fix typo in test for supported formats There is a typo here where we test for USB_CDC_NCM_NTH32_SIGN instead of USB_CDC_NCM_NTB32_SUPPORTED. The test probably still works as written because 0x686D636E has (1 << 1) set and doesn't have (1 << 0) set. Fixes: f8afb73da375 ('net: cdc_ncm: factor out one-time device initialization') Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed