Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254089
b: refs/heads/master
c: e9e8bcb
h: refs/heads/master
i:
  254087: 4697ef9
v: v3
  • Loading branch information
James Hogan authored and Chris Ball committed Jun 25, 2011
1 parent cee47d8 commit e9b4a64
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: 3e713373ce07b9f59c3901e7d39bc1edccda28da
refs/heads/master: e9e8bcb8178e197d889ec31e79fa1ddc1732c8f9
2 changes: 1 addition & 1 deletion trunk/drivers/misc/cb710/sgbuf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static uint32_t sg_dwiter_read_buffer(struct sg_mapping_iter *miter)

static inline bool needs_unaligned_copy(const void *ptr)
{
#ifdef HAVE_EFFICIENT_UNALIGNED_ACCESS
#ifdef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
return false;
#else
return ((ptr - NULL) & 3) != 0;
Expand Down

0 comments on commit e9b4a64

Please sign in to comment.