Commit 8ce26273 authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

OMAP4 Syslink ducati driver checkpatch fix

This patch fizes checkpatch errors in
ducati driver files.
Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent 33877193
...@@ -971,7 +971,7 @@ int notify_ducatidrv_disable_event( ...@@ -971,7 +971,7 @@ int notify_ducatidrv_disable_event(
gate_handle) != 0) gate_handle) != 0)
WARN_ON(1); WARN_ON(1);
clear_bit(event_no,(unsigned long *) clear_bit(event_no, (unsigned long *)
&driver_object->ctrl_ptr->proc_ctrl[driver_object->self_id]. &driver_object->ctrl_ptr->proc_ctrl[driver_object->self_id].
reg_mask.enable_mask); reg_mask.enable_mask);
/* Leave critical section protection. */ /* Leave critical section protection. */
......
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