DSPBRIDGE: change ioctl base number
For newer kernels the ioctl numbers have changed, passing ioctl number
1 or 2, will call kernel functions inside the ioctl syscall switch.
This patch changes the base number for bridge ioctls to start on 101.
For this to work, the same change has to be propagated to bridge API.
This patch should be temporary until the _IOx kernel calls are used
to define ioctl numbers withing bridge driver.
Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Showing
drivers/dsp/bridge/rmgr/drv_interface.c
100755 → 100644
Please register or sign in to comment