Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298948
b: refs/heads/master
c: 66bb2a7
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Apr 5, 2012
1 parent 04a3081 commit ad61012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00792ac4e0d88e82fc489a5e1c4d4435125a301c
refs/heads/master: 66bb2a7f835a28a9405f3f6571fbf34156e6bc1e
3 changes: 3 additions & 0 deletions trunk/sound/soc/imx/imx-audmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ static ssize_t audmux_read_file(struct file *file, char __user *user_buf,
if (!buf)
return -ENOMEM;

if (!audmux_base)
return -ENOSYS;

if (audmux_clk)
clk_prepare_enable(audmux_clk);

Expand Down

0 comments on commit ad61012

Please sign in to comment.