Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d977760 authored by Ralf Baechle's avatar Ralf Baechle Committed by Bartlomiej Zolnierkiewicz
Browse files

Swarm: Fix crash due to missing initialization



If things are just right this will result in the hws[0]->parent being
passed to ide_host_add() being non-zero and an ooops a little later.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 6ef190cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ static int __devinit swarm_ide_probe(struct device *dev)

	base = ioremap(offset, size);

	memset(&hw, 0, sizeof(hw));
	for (i = 0; i <= 7; i++)
		hw.io_ports_array[i] =
				(unsigned long)(base + ((0x1f0 + i) << 5));