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

Commit d224b626 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

icside: fix PCB version 6 support (v2)



We need to pass struct ide_port_info also to ide_host_register().

v2:
Fix v5/v6 mismatch noticed by Russell.

Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 9711a537
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -534,7 +534,7 @@ icside_register_v6(struct icside_state *state, struct expansion_card *ec)
		d.dma_ops = NULL;
	}

	ret = ide_host_register(host, NULL, hws);
	ret = ide_host_register(host, &d, hws);
	if (ret)
		goto err_free;