Commit 68fc022
committed
Fix retrieve user value in IOCTL_VALSET_NUM
Replace _IOW with _IO macro to reflect that IOCTL_VALSET_NUM passes
the integer value directly via arg, consistent with the calling
convention used throughout this codebase. Restore the handler to
assign arg directly to ioctl_num.1 parent 6f0b5cc commit 68fc022
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments