commit | 201521259602b0fb1acb1c977a9941049b0f83d6 | [log] [tgz] |
---|---|---|
author | Martin Homuth <martin@martinhomuth.de> | Tue Dec 19 00:24:07 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 19 15:28:09 2017 +0100 |
tree | 265231b126b02b05fad13174fdc71eb7373e88bc | |
parent | 8400553b1903e269e35855ba09cdbd153506e638 [diff] |
staging: rtl8712: style fix returned error code This patch fixes a coding style issues in the rtl8712 module as noted by checkpatch.pl regarding the returned error code. It fixes the following checkpatch.pl warning: WARNING: ENOSYS means 'invalid syscall nr' and nothing else Signed-off-by: Martin Homuth <martin@martinhomuth.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>