Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232624
b: refs/heads/master
c: 952eca0
h: refs/heads/master
v: v3
  • Loading branch information
Melchior FRANZ authored and Greg Kroah-Hartman committed Jan 23, 2011
1 parent 0a7872d commit 3178baa
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: baab93afc2844b68d57b0dcca5e1d34c5d7cf411
refs/heads/master: 952eca0a95e27660f7a56a7186b9bd09d791ced4
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/usbled.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct usb_led {

static void change_color(struct usb_led *led)
{
int retval;
int retval = 0;
unsigned char *buffer;

buffer = kmalloc(8, GFP_KERNEL);
Expand Down

0 comments on commit 3178baa

Please sign in to comment.