Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7f340f8 authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Greg Kroah-Hartman
Browse files

misc: st_core: remove unreachable code



The pr_debug() will never be executed.

Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9d403a99
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -632,7 +632,6 @@ long st_register(struct st_proto_s *new_proto)
		spin_unlock_irqrestore(&st_gdata->lock, flags);
		return err;
	}
	pr_debug("done %s(%d) ", __func__, new_proto->chnl_id);
}
EXPORT_SYMBOL_GPL(st_register);