Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bcma: fix typo - reading number of slave wrappers

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Rafał Miłecki and committed by
John W. Linville
97cfda8f 6d5cfc9f

+1 -1
+1 -1
drivers/bcma/scan.h
··· 27 27 #define SCAN_CIB_NMW 0x0007C000 28 28 #define SCAN_CIB_NMW_SHIFT 14 29 29 #define SCAN_CIB_NSW 0x00F80000 30 - #define SCAN_CIB_NSW_SHIFT 17 30 + #define SCAN_CIB_NSW_SHIFT 19 31 31 #define SCAN_CIB_REV 0xFF000000 32 32 #define SCAN_CIB_REV_SHIFT 24 33 33