Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368091
b: refs/heads/master
c: 3c2b901
h: refs/heads/master
i:
  368089: 5fb5e92
  368087: 8da98e1
v: v3
  • Loading branch information
Dmitry Torokhov committed Apr 2, 2013
1 parent 6c8b8e5 commit 4074d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3903078677a8dc6f056970b67d15840aa51e1dfa
refs/heads/master: 3c2b901003b4c152e19e6578c1705ce2c90edd4a
5 changes: 3 additions & 2 deletions trunk/drivers/input/misc/ims-pcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ static int ims_pcu_setup_gamepad(struct ims_pcu *pcu)
if (!gamepad || !input) {
dev_err(pcu->dev,
"Not enough memory for gamepad device\n");
return -ENOMEM;
error = -ENOMEM;
goto err_free_mem;
}

gamepad->input = input;
Expand Down Expand Up @@ -1156,7 +1157,7 @@ static ssize_t ims_pcu_update_firmware_store(struct device *dev,
{
struct usb_interface *intf = to_usb_interface(dev);
struct ims_pcu *pcu = usb_get_intfdata(intf);
const struct firmware *fw;
const struct firmware *fw = NULL;
int value;
int error;

Expand Down

0 comments on commit 4074d2c

Please sign in to comment.