aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/card.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h
index c6513175f7f1..937f852cf01e 100644
--- a/include/linux/mmc/card.h
+++ b/include/linux/mmc/card.h
@@ -180,7 +180,7 @@ struct mmc_fixup {
180 int data; 180 int data;
181}; 181};
182 182
183#define CID_MANFID_ANY (-1ul) 183#define CID_MANFID_ANY (-1u)
184#define CID_OEMID_ANY ((unsigned short) -1) 184#define CID_OEMID_ANY ((unsigned short) -1)
185#define CID_NAME_ANY (NULL) 185#define CID_NAME_ANY (NULL)
186 186