Commit 691f4539 authored by Tom Rix's avatar Tom Rix Committed by Jonathan Cameron
Browse files

iio: light: apds9960: remove unneeded semicolon

parent 675cb4ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -561,7 +561,7 @@ static int apds9960_write_raw(struct iio_dev *indio_dev,
		}
	default:
		return -EINVAL;
	};
	}

	return 0;
}