commit | db7494e2ce616f2e39e877cf9143b7d873701ec6 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Wed Apr 11 17:37:36 2012 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Apr 17 22:27:37 2012 +0200 |
tree | 3b1ba026923ddffd68a5d337fa3014e9086b995d | |
parent | d33ec3b55e91f1c285099fee731b79a722d10fe6 [diff] |
firewire: core: improve reread_config_rom() interface The return value of reread_config_rom() was a mixture of two pieces of information: whether the function succeeded, and whether the config rom had changed. To clarify the semantics, and to allow returning the actual error code, split the second information into a new output parameter. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>