From: Rafał Miłecki Date: Wed, 11 Jul 2012 06:37:23 +0000 (+0200) Subject: bcma: fix typo - reading number of slave wrappers X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=97cfda8fecacc40c5652b0924c4c0f5ab508dc9a;p=linux-beck.git bcma: fix typo - reading number of slave wrappers Signed-off-by: Rafał Miłecki Signed-off-by: John W. Linville --- diff --git a/drivers/bcma/scan.h b/drivers/bcma/scan.h index 113e6a66884c..30eb475e4d19 100644 --- a/drivers/bcma/scan.h +++ b/drivers/bcma/scan.h @@ -27,7 +27,7 @@ #define SCAN_CIB_NMW 0x0007C000 #define SCAN_CIB_NMW_SHIFT 14 #define SCAN_CIB_NSW 0x00F80000 -#define SCAN_CIB_NSW_SHIFT 17 +#define SCAN_CIB_NSW_SHIFT 19 #define SCAN_CIB_REV 0xFF000000 #define SCAN_CIB_REV_SHIFT 24