ppbus: Fix the direction of the PPISEPPA ioctl
PR: 252711 Submitted by: Eugene <merfi@nearly.ru>
This commit is contained in:
parent
248f0cabca
commit
a45d905616
@ -51,6 +51,6 @@
|
||||
#define PPISFIFO _IOW('P', 21, u_int8_t)
|
||||
|
||||
#define PPIGEPPA _IOR('P', 22, u_int8_t)
|
||||
#define PPISEPPA _IOR('P', 23, u_int8_t)
|
||||
#define PPISEPPA _IOW('P', 23, u_int8_t)
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user