]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/tidspbridge/rmgr/dspdrv.c
staging: ti dspbridge: make variables in prototypes match within functions definitions
[~andy/linux] / drivers / staging / tidspbridge / rmgr / dspdrv.c
index 19a7471e4abb64fa41333f11579358546c9f52b3..8a282488e31857329eb85f459bb2a271625ce49e 100644 (file)
@@ -116,7 +116,7 @@ func_cont:
  *  ======== dsp_deinit ========
  *     Frees the resources allocated for bridge.
  */
-bool dsp_deinit(u32 device_ctxt)
+bool dsp_deinit(u32 device_context)
 {
        bool ret = true;
        u32 device_node;
@@ -126,10 +126,10 @@ bool dsp_deinit(u32 device_ctxt)
                (void)dev_remove_device((struct cfg_devnode *)device_node);
 
                (void)drv_release_resources((u32) device_node,
-                                           (struct drv_object *)device_ctxt);
+                                       (struct drv_object *)device_context);
        }
 
-       (void)drv_destroy((struct drv_object *)device_ctxt);
+       (void)drv_destroy((struct drv_object *)device_context);
 
        /* Get the Manager Object from Registry
         * MGR Destroy will unload the DCD dll */