Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100967
b: refs/heads/master
c: ed5a282
h: refs/heads/master
i:
  100965: b75f676
  100963: 46a5243
  100959: 53c1a0f
v: v3
  • Loading branch information
gregkh@suse.de authored and David Woodhouse committed Jul 10, 2008
1 parent c3466ee commit 5b79999
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: a13b04af713bfa60d44cbac956ab00d3a5793de7
refs/heads/master: ed5a2825feb79c424882c9d0f483172a91c93b54
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/isight_firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static int isight_firmware_load(struct usb_interface *intf,
const struct firmware *firmware;
unsigned char *buf = kmalloc(50, GFP_KERNEL);
unsigned char data[4];
u8 *ptr;
const u8 *ptr;

if (!buf)
return -ENOMEM;
Expand Down

0 comments on commit 5b79999

Please sign in to comment.