Commit ac978012 authored by Hari Kanigeri's avatar Hari Kanigeri

SYSLINK:notify-fix ioctl issue with 2.6.31 kernel

The 2.6.31 kernel is discarding the ioctl # 2, so
had to change the ioctl for notify ducati driver.
This patch changes the ioctl command base to 0x100
from 0.
Signed-off-by: default avatarHari Kanigeri <h-kanigeri2@ti.com>
parent 84e85b4c
......@@ -36,7 +36,7 @@ struct notify_ducatidrv_cmdargs {
/*
* brief Base command ID for NotifyDriverShm
*/
#define NOTIFYDRIVERSHM_BASE_CMD 0x0
#define NOTIFYDRIVERSHM_BASE_CMD 0x100
/*
* brief Command for NotifyDriverShm_getConfig
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment