Commit 5c784311 authored by Shannon Nelson's avatar Shannon Nelson Committed by David S. Miller
Browse files

ionic: reset device at probe



Once we're talking to the device, tell it to reset to
be sure we've got a fresh, clean environment.

Signed-off-by: default avatarShannon Nelson <snelson@pensando.io>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 62ba8766
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -415,6 +415,7 @@ int ionic_setup(struct ionic *ionic)
	err = ionic_dev_setup(ionic);
	if (err)
		return err;
	ionic_reset(ionic);

	return 0;
}