Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39356
b: refs/heads/master
c: 39913b3
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Oct 11, 2006
1 parent 30b7c0d commit bb14830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2ecd05ae68a903761e736e9e0aca40d6ace4319e
refs/heads/master: 39913b31d0cd11b5b18a303e220c95ffbd9e1a88
4 changes: 2 additions & 2 deletions trunk/drivers/block/DAC960.h
Original file line number Diff line number Diff line change
Expand Up @@ -4379,8 +4379,8 @@ static inline void DAC960_P_To_PD_TranslateEnquiry(void *Enquiry)
static inline void DAC960_P_To_PD_TranslateDeviceState(void *DeviceState)
{
memcpy(DeviceState + 2, DeviceState + 3, 1);
memcpy(DeviceState + 4, DeviceState + 5, 2);
memcpy(DeviceState + 6, DeviceState + 8, 4);
memmove(DeviceState + 4, DeviceState + 5, 2);
memmove(DeviceState + 6, DeviceState + 8, 4);
}

static inline
Expand Down

0 comments on commit bb14830

Please sign in to comment.