OSDN Git Service

memstick: Remove useless else branch
authorJoey Pabalan <jpabalanb@gmail.com>
Sat, 13 Mar 2021 17:37:40 +0000 (12:37 -0500)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 30 Mar 2021 09:42:04 +0000 (11:42 +0200)
commit9a8a369bd0b0c172b880f3393bb0322de98dc97c
treea7928eee44bda409c8bb27e930ca400cbfa508f9
parent17a17bf50612e6048a9975450cf1bd30f93815b5
memstick: Remove useless else branch

Remove else branch on line 334 of memstick.c, after the return of the
previous branch. Found by checkpatch.

Signed-off-by: Joey Pabalan <jpabalanb@gmail.com>
Link: https://lore.kernel.org/r/20210313173740.GA580681@joeylaptop
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/memstick/core/memstick.c