Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276865
b: refs/heads/master
c: 9aa7705
h: refs/heads/master
i:
  276863: 33bb4e4
v: v3
  • Loading branch information
Joe Perches authored and Mauro Carvalho Chehab committed Dec 9, 2011
1 parent bfa6b6a commit cc12033
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: 71c7a97289571ef5246b7f20d60b44961144c82f
refs/heads/master: 9aa7705c966c750dda3d5c8d8a20f8e46668911c
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/omap24xxcam-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ int omap24xxcam_sgdma_queue(struct omap24xxcam_sgdma *sgdma,
unsigned long flags;
struct sgdma_state *sg_state;

if ((sglen < 0) || ((sglen > 0) & !sglist))
if ((sglen < 0) || ((sglen > 0) && !sglist))
return -EINVAL;

spin_lock_irqsave(&sgdma->lock, flags);
Expand Down

0 comments on commit cc12033

Please sign in to comment.