From: Johan Hovold Date: Thu, 24 Dec 2009 11:42:11 +0000 (+0100) Subject: USB: ftdi_sio: remove unnecessary initialisations X-Git-Tag: v2.6.34-rc1~215^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1284d7726c57c9d2bbc65cd08173fe7f9e637df;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed