Hi all, Haven't checked git; maybe you guys fixed it already. In drivers/ide/mips/swarm.c, function swarm_ide_probe, the hw_regs_t structure is not memset to 0, leaving the struct device *dev member uninitialized. I found this because it caused a crash on boot. At first there was no crash, but then I made some kernel changes which caused it to repro.