commit | 556c7bb7df367ada8833c9d78df48943e4826413 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:36:08 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 22:36:38 2016 -0500 |
tree | 888df82ce8b13512e050d0103561be453de55006 | |
parent | 786aeccb4ac65b2071d2f790b4957819c389c9a9 [diff] |
PCI: iproc: Set drvdata at end of probe function Set the drvdata pointer at the end of probe function for consistency with other drivers. We don't need the drvdata until after the probe completes, and we don't need it at all if the probe fails. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>