commit | ab6baf980b095c70a56c5eb2f58166aef8a0edc8 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Tue Jun 21 07:34:58 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 21 16:06:12 2011 -0700 |
tree | 89115281b86e9f5e59d30442f16e209b451b86ee | |
parent | a364c8cf80251849bab207be8c9e66253c8ca8f8 [diff] |
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 <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>