commit | c1284d7726c57c9d2bbc65cd08173fe7f9e637df | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu Dec 24 12:42:11 2009 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 02 14:53:39 2010 -0800 |
tree | 7e14950ebc97a422a16cb8bf774797df49c0ea1b | |
parent | a3f8168b7a3a7d9dfb9bb9caa1e009a5ce2a8493 [diff] |
USB: ftdi_sio: remove unnecessary initialisations Return values are being initialised to zero only to be unconditionally assigned to a few instructions later. This may give the impression that zero is returned on success, which is not the case. Note also that ftdi_NDI_device_setup never reports errors. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>