Revision 0be71e32 hw/max111x.c

b/hw/max111x.c
143 143
    s->input[7] = 0x80;
144 144
    s->com = 0;
145 145

  
146
    register_savevm("max111x", -1, 0, max111x_save, max111x_load, s);
146
    register_savevm(&dev->qdev, "max111x", -1, 0,
147
                    max111x_save, max111x_load, s);
147 148
    return 0;
148 149
}
149 150

  

Also available in: Unified diff