Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219061
b: refs/heads/master
c: 76e241d
h: refs/heads/master
i:
  219059: d95afe0
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 21, 2010
1 parent ebb2535 commit 0203b75
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: 41f424ba4ddc9ea0b241363a24007073c49a6116
refs/heads/master: 76e241d421e785dacdc8f7a4c39ecc42c8313a9e
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/konica.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static int sd_start(struct gspca_dev *gspca_dev)
return -ENOMEM;
}
gspca_dev->urb[n] = urb;
urb->transfer_buffer = usb_buffer_alloc(gspca_dev->dev,
urb->transfer_buffer = usb_alloc_coherent(gspca_dev->dev,
packet_size * SD_NPKT,
GFP_KERNEL,
&urb->transfer_dma);
Expand Down

0 comments on commit 0203b75

Please sign in to comment.