]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: dgap: remove unused case value in dgap_parsefile()
authorDaeseok Youn <daeseok.youn@gmail.com>
Tue, 15 Jul 2014 09:48:25 +0000 (18:48 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jul 2014 15:26:29 +0000 (08:26 -0700)
commit8e82ce02232c69560d73c6e0f251d4b3d1fc66d6
tree10601cca11a5f83f9e91a56392931f5cd58c3f26
parentdfa30ac13952ee0c2918090815688a909ad074f0
staging: dgap: remove unused case value in dgap_parsefile()

If rc is zero, this function will returns with an error and
cannot reach switch-case statement.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c