Commit 97561236 authored by C A Subramaniam's avatar C A Subramaniam Committed by Hari Kanigeri

SYSLINK NOTIFY DUCATI Patch to fix notifyshm driver open call.

This patch fixes the oops in notify_ducatidrv_open() call.
Signed-off-by: default avatarC A Subramaniam <subramaniam.ca@ti.com>
parent a9c8c321
......@@ -135,7 +135,7 @@ struct notify_ducatidrv_cmdargs_delete {
*/
struct notify_ducatidrv_cmdargs_open {
struct notify_ducatidrv_cmdargs common_args;
char *driverName;
char driverName[NOTIFY_MAX_NAMELEN];
struct notify_driver_object *handle;
};
......
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