Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54351
b: refs/heads/master
c: 5753171
h: refs/heads/master
i:
  54349: 5540e42
  54347: 1d2e9a6
  54343: cd8626f
  54335: 602210d
v: v3
  • Loading branch information
Kristoffer Ericson authored and Paul Mundt committed May 7, 2007
1 parent 4ec0299 commit 3067974
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: d29c91c70bc7790b112119135fae7690cbf17577
refs/heads/master: 5753171b8234b98d35d559abc0d88b9e4b520b14
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/hp680_ts_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
static void do_softint(void *data);

static struct input_dev *hp680_ts_dev;
static DECLARE_WORK(work, do_softint, 0);
static DECLARE_WORK(work, do_softint);

static void do_softint(void *data)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/oss/sh_dac_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static void dac_audio_set_rate(void)
unsigned long interval;
struct clk *clk;

clk = clk_get("module_clk");
clk = clk_get(NULL, "module_clk");
interval = (clk_get_rate(clk) / 4) / rate;
clk_put(clk);
ctrl_outl(interval, TMU1_TCOR);
Expand Down

0 comments on commit 3067974

Please sign in to comment.