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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_49fw.c
          +++ new/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_49fw.c
↓ open down ↓ 51 lines elided ↑ open up ↑
  52   52  static struct modlmisc modlmisc = {
  53   53  #ifdef KEYSPAN_NO_FIRMWARE_SOURCE
  54   54          &mod_miscops, "Placeholder module for the firmware of Keyspan"
  55   55              " usb2serial adapter (usa49wlc)"
  56   56  #else
  57   57          &mod_miscops, "Firmware for Keyspan usb2serial adapter (usa49wlc)"
  58   58  #endif
  59   59  };
  60   60  
  61   61  static struct modlinkage modlinkage = {
  62      -        MODREV_1, (void *)&modlmisc, NULL
       62 +        MODREV_1, { (void *)&modlmisc, NULL }
  63   63  };
  64   64  
  65   65  int
  66   66  _init(void)
  67   67  {
  68   68          return (mod_install(&modlinkage));
  69   69  }
  70   70  
  71   71  
  72   72  int
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX