gpioctl: don't print the command line arguments.

PR:		195330
Submitted by:	Scott Ellis jumpnowtek at gmail.com
MFC after:	3 days
This commit is contained in:
Rui Paulo 2014-12-02 19:41:25 +00:00
parent c258e1cc69
commit 8366091ea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275420

View File

@ -215,9 +215,6 @@ main(int argc, char **argv)
}
argv += optind;
argc -= optind;
for (i = 0; i < argc; i++)
printf("%d/%s\n", i, argv[i]);
if (ctlfile == NULL)
handle = gpio_open(0);
else