On Tue, Jun 16, 2020 at 02:18:20PM +0200, Hannes Reinecke wrote: > gdth_execute() is just a wrapper around __gdth_execute(), which > tries to allocate the host device, too. > But the host device is required for other code paths, too, so > we should allocate it during pci init, kill the original > gdth_execute() and rename __gdth_execute() to gdth_execute(). > > Signed-off-by: Hannes Reinecke <hare@xxxxxxx> Reviewed-by: Daniel Wagner <dwagner@xxxxxxx>