Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354699
b: refs/heads/master
c: 8ab03dd
h: refs/heads/master
i:
  354697: 16b54c7
  354695: e888fdf
v: v3
  • Loading branch information
Dongjin Kim authored and Greg Kroah-Hartman committed Jan 25, 2013
1 parent 017ac9b commit c77b962
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: 4811f53fada7f2c6616229cc410e79362818a613
refs/heads/master: 8ab03dd48a549f140597a55a1564083b171d1349
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/usb3503.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static int usb3503_probe(struct i2c_client *i2c, const struct i2c_device_id *id)
struct device_node *np = i2c->dev.of_node;
struct usb3503 *hub;
int err = -ENOMEM;
u32 mode;
u32 mode = USB3503_MODE_UNKNOWN;

hub = kzalloc(sizeof(struct usb3503), GFP_KERNEL);
if (!hub) {
Expand Down

0 comments on commit c77b962

Please sign in to comment.