From: Clemens Ladisch Date: Wed, 11 Apr 2012 15:37:36 +0000 (+0200) Subject: firewire: core: improve reread_config_rom() interface X-Git-Tag: v3.5-rc1~99^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db7494e2ce616f2e39e877cf9143b7d873701ec6;p=pandora-kernel.git 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 Signed-off-by: Stefan Richter --- Reading git-diff-tree failed