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

Commit 10937921 authored by Peter Meerwald's avatar Peter Meerwald Committed by Greg Kroah-Hartman
Browse files

staging: iio: remove unused variable

parent 1d633fd1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -131,8 +131,6 @@ int main(int argc, char **argv)


	int ret, c, i, j, toread;

	FILE *fp_ev;
	int fp;

	int num_channels;
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ inline int build_channel_array(const char *device_dir,
{
	DIR *dp;
	FILE *sysfsfp;
	int count, temp, i;
	int count, i;
	struct iio_channel_info *current;
	int ret;
	const struct dirent *ent;