diff options
-rw-r--r-- | samples/hidraw/hid-example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/hidraw/hid-example.c b/samples/hidraw/hid-example.c index 9bfd8ff6de82..37a0ffcb4d63 100644 --- a/samples/hidraw/hid-example.c +++ b/samples/hidraw/hid-example.c | |||
@@ -119,7 +119,7 @@ int main(int argc, char **argv) | |||
119 | if (res < 0) | 119 | if (res < 0) |
120 | perror("HIDIOCSFEATURE"); | 120 | perror("HIDIOCSFEATURE"); |
121 | else | 121 | else |
122 | printf("ioctl HIDIOCGFEATURE returned: %d\n", res); | 122 | printf("ioctl HIDIOCSFEATURE returned: %d\n", res); |
123 | 123 | ||
124 | /* Get Feature */ | 124 | /* Get Feature */ |
125 | buf[0] = 0x9; /* Report Number */ | 125 | buf[0] = 0x9; /* Report Number */ |