Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58431
b: refs/heads/master
c: ee9be42
h: refs/heads/master
i:
  58429: 3ede4b0
  58427: bc8d8d7
  58423: 8c82980
  58415: 085d48f
  58399: c798f33
  58367: a5b0452
v: v3
  • Loading branch information
Petr Vandrovec authored and Stefan Richter committed Jul 9, 2007
1 parent 12266a2 commit 187378e
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: 6552731a058a4facefd921b0b45a9a5392baa5ea
refs/heads/master: ee9be425961c3ccf75553c83a73bf1f707e66d91
2 changes: 1 addition & 1 deletion trunk/drivers/ieee1394/raw1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static const char __user *raw1394_compat_write(const char __user *buf)
static int
raw1394_compat_read(const char __user *buf, struct raw1394_request *r)
{
struct compat_raw1394_req __user *cr = (typeof(cr)) r;
struct compat_raw1394_req __user *cr = (typeof(cr)) buf;
if (!access_ok(VERIFY_WRITE, cr, sizeof(struct compat_raw1394_req)) ||
P(type) ||
P(error) ||
Expand Down

0 comments on commit 187378e

Please sign in to comment.