From: Alan Cox Date: Tue, 22 May 2012 19:45:13 +0000 (+0100) Subject: USB: mct_u232: Fix incorrect TIOCMSET return X-Git-Tag: v3.5-rc3~11^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa3c63cf0a79153ee13c8f82e4eb6c40b66a161;p=pandora-kernel.git USB: mct_u232: Fix incorrect TIOCMSET return The low level helper returns 1 on success. The ioctl should however return 0. As this is the only user of the helper return, make the helper return 0 or an error code. Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=43009 Signed-off-by: Alan Cox Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed