Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180845
b: refs/heads/master
c: eabe5c9
h: refs/heads/master
i:
  180843: 42260fe
v: v3
  • Loading branch information
Bastien Nocera authored and Jiri Kosina committed Feb 9, 2010
1 parent 297f471 commit 59e25c5
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: 0690535d6bcec5eb28573824df5c8a49ec85b696
refs/heads/master: eabe5c90580a065aed8ce6a5ba53eb443d317fae
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-sony.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static int sony_probe(struct hid_device *hdev, const struct hid_device_id *id)

sc = kzalloc(sizeof(*sc), GFP_KERNEL);
if (sc == NULL) {
dev_err(&hdev->dev, "can't alloc apple descriptor\n");
dev_err(&hdev->dev, "can't alloc sony descriptor\n");
return -ENOMEM;
}

Expand Down

0 comments on commit 59e25c5

Please sign in to comment.