Print this page
7127  remove -Wno-missing-braces from Makefile.uts

@@ -100,11 +100,11 @@
 /*
  * Struct used to hold count of DMR reads and the timestamp of last DMR read
  * It is used to verify, using a debugger, that the DMR read ioctl has been
  * executed.
  */
-dmr_stats_t     mirror_dmr_stats = {0, 0};
+dmr_stats_t     mirror_dmr_stats = {0};
 
 /*
  * Mutex protecting list of non-failfast drivers.
  */
 static kmutex_t non_ff_drv_mutex;