aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/DAC960.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/DAC960.c')
-rw-r--r--drivers/block/DAC960.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/DAC960.c b/drivers/block/DAC960.c
index 2568640430fb..b3f639fbf220 100644
--- a/drivers/block/DAC960.c
+++ b/drivers/block/DAC960.c
@@ -770,7 +770,7 @@ static void DAC960_P_QueueCommand(DAC960_Command_T *Command)
770static void DAC960_ExecuteCommand(DAC960_Command_T *Command) 770static void DAC960_ExecuteCommand(DAC960_Command_T *Command)
771{ 771{
772 DAC960_Controller_T *Controller = Command->Controller; 772 DAC960_Controller_T *Controller = Command->Controller;
773 DECLARE_COMPLETION(Completion); 773 DECLARE_COMPLETION_ONSTACK(Completion);
774 unsigned long flags; 774 unsigned long flags;
775 Command->Completion = &Completion; 775 Command->Completion = &Completion;
776 776