On Oct 7 2015 09:32, kbuild test robot wrote:
Hi Takashi,
[auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore]
config: i386-randconfig-x009-201540 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=i386
Note: the linux-review/Takashi-Sakamoto/ALSA-add-helper-functions-for-MIDI-message-transmission-on-IEEE-1394-asynchronous-transaction HEAD f058371b5831baa9749177001cbbdcdf47753f3d builds fine. It only hurts bisectibility.
All errors (new ones prefixed by >>):
sound/firewire/lib.c: In function 'snd_fw_async_midi_port_init':
sound/firewire/lib.c:181:6: error: 'struct snd_fw_async_midi_port' has no member named 'error'
port->error = false; ^
vim +181 sound/firewire/lib.c
175 176 port->parent = fw_parent_device(unit); 177 port->addr = addr; 178 port->fill = fill; 179 port->idling = true; 180 port->next_ktime = ktime_set(0, 0);
181 port->error = false;
182 183 INIT_WORK(&port->work, midi_port_work); 184
Oops! I had wrong rebase operations to generate this patch. This line should be in the next patch, sorry...
Regards
Takashi Sakamoto