OSDN Git Service

staging: dgnc: Remove unnecessary 'return' statement
authorKonrad Zapalowicz <bergo.torino@gmail.com>
Wed, 6 Aug 2014 20:17:10 +0000 (22:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:14 +0000 (12:23 -0700)
commitd6365fe50ebff17a5beccefed0c19d7dd847f076
tree5f3722e111c877e49a13c0c98e999c51c269a0b4
parent8aa5d0d825715db571be47b02ca8b176f70cb1da
staging: dgnc: Remove unnecessary 'return' statement

This commit fixes the checkpath warning 'void function return
statements are not generally useful' caused by the 'return' at the end
of 'void' function.

Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_cls.c