Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331033
b: refs/heads/master
c: a84b17e
h: refs/heads/master
i:
  331031: c1d3ec2
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent af38232 commit c1ba865
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6ea7cf7680d872d199ae3d87c5897def3b8da1f7
refs/heads/master: a84b17e20f51dbc4f5c0aedb00d66f4f7d2ede8d
4 changes: 3 additions & 1 deletion trunk/drivers/media/rc/ati_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,10 @@ static int ati_remote_probe(struct usb_interface *interface,
/* Set up and register mouse input device */
if (mouse) {
input_dev = input_allocate_device();
if (!input_dev)
if (!input_dev) {
err = -ENOMEM;
goto fail4;
}

ati_remote->idev = input_dev;
ati_remote_input_init(ati_remote);
Expand Down

0 comments on commit c1ba865

Please sign in to comment.