]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9c1c9cd0ef52cec5e0be2ec3f4180c99cef1c2f4
tree5f3722e111c877e49a13c0c98e999c51c269a0b4
parentf71af6262820e6d22ab2a641efbe50e1048ea52a
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