fix broken _IOR usage
This commit is contained in:
parent
700249c287
commit
1484f178c4
@ -73,7 +73,7 @@
|
||||
/*
|
||||
* Get the current adapter role
|
||||
*/
|
||||
#define ISP_GETROLE _IOR(ISP_IOC, 5), int
|
||||
#define ISP_GETROLE _IOR(ISP_IOC, 5, int)
|
||||
|
||||
/*
|
||||
* Get/Clear Stats
|
||||
|
Loading…
Reference in New Issue
Block a user