From: John Fastabend Date: Tue, 21 Jun 2011 07:34:58 +0000 (+0000) Subject: dcb: fix return type on dcb_setapp() X-Git-Tag: v3.1-rc1~316^2~367 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6baf980b095c70a56c5eb2f58166aef8a0edc8;p=pandora-kernel.git dcb: fix return type on dcb_setapp() Incorrect return type on dcb_setapp() this routine returns negative error codes. All call sites of dcb_setapp() assign the return value to an int already so no need to update drivers. Signed-off-by: John Fastabend Signed-off-by: David S. Miller --- Reading git-diff-tree failed