commit | 1366a3db3dcf4d64c5eb0621df79a3d1cf2da5da | [log] [tgz] |
---|---|---|
author | David Kershner <david.kershner@unisys.com> | Mon Apr 04 23:31:37 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 11 21:13:51 2016 -0700 |
tree | e2b33e29c052b3526d80a49998edb7b6ea033604 | |
parent | 2b9bcf81d37751ebdae8c1456d14c1462e4e8f61 [diff] |
staging: unisys: visorbus: visorchipset_init clean up gotos Several error paths were not logging a message to s-Par during failure. Error paths in visorchipset_init() were corrected so that they now all do proper clean-ups. This made it necessary to move the function visorchipset_file_cleanup() above visorchipset_init so it can be referenced. Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>