Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130975
b: refs/heads/master
c: dfecb71
h: refs/heads/master
i:
  130973: 7cf305e
  130971: 77b754b
  130967: 06571df
  130959: 3981cd1
  130943: 33c0295
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Linus Torvalds committed Feb 5, 2009
1 parent 17b0b8b commit aa60ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ab92661d5d9514647346047f30f67a7f35ffea67
refs/heads/master: dfecb7164eb81fbfae93fee1ad1da2ac58bb224d
2 changes: 1 addition & 1 deletion trunk/drivers/misc/atmel-ssc.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct ssc_device *ssc_request(unsigned int ssc_num)

if (!ssc_valid) {
spin_unlock(&user_lock);
dev_dbg(&ssc->pdev->dev, "could not find requested device\n");
pr_err("ssc: ssc%d platform device is missing\n", ssc_num);
return ERR_PTR(-ENODEV);
}

Expand Down

0 comments on commit aa60ef0

Please sign in to comment.