forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/drivers/s390/char/vmlogrdr.c
....@@ -153,7 +153,7 @@
153153 }
154154 };
155155
156
-#define MAXMINOR (sizeof(sys_ser)/sizeof(struct vmlogrdr_priv_t))
156
+#define MAXMINOR ARRAY_SIZE(sys_ser)
157157
158158 static char FENCE[] = {"EOR"};
159159 static int vmlogrdr_major = 0;