mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 02:56:41 +07:00
staging: iio: remove unused variable
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1d633fd153
commit
109379210e
@ -131,8 +131,6 @@ int main(int argc, char **argv)
|
||||
|
||||
|
||||
int ret, c, i, j, toread;
|
||||
|
||||
FILE *fp_ev;
|
||||
int fp;
|
||||
|
||||
int num_channels;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user