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

Commit 6b9da2e7 authored by Jimmy Li's avatar Jimmy Li Committed by Jonathan Cameron
Browse files

staging:iio:ad2s1200 fix a missing break

parent 8f32b6ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ static int ad2s1200_read_raw(struct iio_dev *indio_dev,
		vel = (((s16)(st->rx[0])) << 4) | ((st->rx[1] & 0xF0) >> 4);
		vel = (vel << 4) >> 4;
		*val = vel;
		break;
	default:
		mutex_unlock(&st->lock);
		return -EINVAL;