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

*** 100,110 **** /* * 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}; /* * Mutex protecting list of non-failfast drivers. */ static kmutex_t non_ff_drv_mutex; --- 100,110 ---- /* * 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}; /* * Mutex protecting list of non-failfast drivers. */ static kmutex_t non_ff_drv_mutex;