firewire: ohci: propagate return code from soft_reset to probe and resume
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 1 Nov 2015 14:52:13 +0000 (15:52 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 5 Nov 2015 13:25:31 +0000 (14:25 +0100)
commita354cf00c71390c46927335fe20b65f38a528b59
treed3863f9b6df07618a57592fd602dae64e70d437a
parent2ae4b6b20e2004dccf80d804ae52b073377c2f5b
firewire: ohci: propagate return code from soft_reset to probe and resume

software_reset() may fail
  - due to unresponsive chip with -EBUSY (-16), or
  - due to ejected or unseated card with -ENODEV (-19).
Let the PCI probe and resume routines log the actual error code instead
of hardwired -EBUSY.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/ohci.c
This page took 0.027185 seconds and 5 git commands to generate.