Tuomas Räsänen (@tuomasjjrasanen) commented about dlls/winebus.sys/bus_udev.c:
{ struct base_device *impl; struct udev_device *dev;
- const char *action;
const char *action, devnode, syspath;
dev = udev_monitor_receive_device(monitor); if (!dev) {
FIXME("Failed to get device that has changed\n");
ERR("Failed to get device that has changed\n"); return;
I also added a commit which changes this existing FIXME to ERR. I think this was the case which lead me to use FIXME incorrectly in the first commit.