Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289002
b: refs/heads/master
c: 7724e8b
h: refs/heads/master
v: v3
  • Loading branch information
Víctor Manuel Jáquez Leal authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 4a93562 commit f4470ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 518761dba1270ebb6f735d152f1fd808382705e8
refs/heads/master: 7724e8bfda8a5e7fd0a1f9819fd9b750c43e0495
12 changes: 6 additions & 6 deletions trunk/drivers/staging/tidspbridge/rmgr/drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static int bridge_open(struct inode *ip, struct file *filp)
#ifdef CONFIG_TIDSPBRIDGE_RECOVERY
if (recover) {
if (filp->f_flags & O_NONBLOCK ||
wait_for_completion_interruptible(&bridge_open_comp))
wait_for_completion_interruptible(&bridge_open_comp))
return -EBUSY;
}
#endif
Expand Down Expand Up @@ -245,7 +245,7 @@ static long bridge_ioctl(struct file *filp, unsigned int code,

if (!status) {
status = api_call_dev_ioctl(code, &buf_in, &retval,
filp->private_data);
filp->private_data);

if (!status) {
status = retval;
Expand Down Expand Up @@ -363,10 +363,10 @@ void bridge_recover_schedule(void)
#endif
#ifdef CONFIG_TIDSPBRIDGE_DVFS
static int dspbridge_scale_notification(struct notifier_block *op,
unsigned long val, void *ptr)
unsigned long val, void *ptr)
{
struct omap_dsp_platform_data *pdata =
omap_dspbridge_dev->dev.platform_data;
omap_dspbridge_dev->dev.platform_data;

if (CPUFREQ_POSTCHANGE == val && pdata->dsp_get_opp)
pwr_pm_post_scale(PRCM_VDD1, pdata->dsp_get_opp());
Expand Down Expand Up @@ -471,7 +471,7 @@ static int omap3_bridge_startup(struct platform_device *pdev)
err1:
#ifdef CONFIG_TIDSPBRIDGE_DVFS
cpufreq_unregister_notifier(&iva_clk_notifier,
CPUFREQ_TRANSITION_NOTIFIER);
CPUFREQ_TRANSITION_NOTIFIER);
#endif
dsp_clk_exit();

Expand Down Expand Up @@ -550,7 +550,7 @@ static int __devexit omap34_xx_bridge_remove(struct platform_device *pdev)

#ifdef CONFIG_TIDSPBRIDGE_DVFS
if (cpufreq_unregister_notifier(&iva_clk_notifier,
CPUFREQ_TRANSITION_NOTIFIER))
CPUFREQ_TRANSITION_NOTIFIER))
pr_err("%s: cpufreq_unregister_notifier failed for iva2_ck\n",
__func__);
#endif /* #ifdef CONFIG_TIDSPBRIDGE_DVFS */
Expand Down

0 comments on commit f4470ae

Please sign in to comment.