Commit a2cfae06 authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman
Browse files

staging: most: remove dead code



The case where the channel type is neither synchronous nor isochronous is
already covered by a previous condition.

Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d6f7737d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -777,12 +777,6 @@ static int hdm_configure_channel(struct most_interface *iface, int channel,
	mdev->padding_active[channel] = true;
	temp_size = conf->buffer_size;

	if ((conf->data_type != MOST_CH_SYNC) &&
	    (conf->data_type != MOST_CH_ISOC_AVP)) {
		dev_warn(dev, "Unsupported data type\n");
		return -EINVAL;
	}

	frame_size = get_stream_frame_size(conf);
	if ((frame_size == 0) || (frame_size > USB_MTU)) {
		dev_warn(dev, "Misconfig: frame size wrong\n");