Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162361
b: refs/heads/master
c: d19cf32
h: refs/heads/master
i:
  162359: 33c2f2f
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 7e6910a commit 237e34c
Show file tree
Hide file tree
Showing 7 changed files with 2,049 additions and 2,674 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: 46eb5a13b7f397b37bac14fbfa240cffa463783c
refs/heads/master: d19cf32fddeb05a13799fd766fced4204cc9164d
9 changes: 4 additions & 5 deletions trunk/drivers/staging/sep/sep_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ struct sep_device {
/* counter for the messages from sep */
unsigned long sep_to_host_reply_counter;
/* counter for the number of bytes allocated in the pool for the current
transaction */
transaction */
unsigned long data_pool_bytes_allocated;

/* array of pointers to the pages that represent input data for the synchronic
DMA action */
DMA action */
struct page **in_page_array;

/* array of pointers to the pages that represent out data for the synchronic
DMA action */
DMA action */
struct page **out_page_array;

/* number of pages in the sep_in_page_array */
Expand Down Expand Up @@ -121,9 +121,8 @@ static inline void sep_wait_sram_write(struct sep_device *dev)
u32 reg_val;
do
reg_val = sep_read_reg(dev, HW_SRAM_DATA_READY_REG_ADDR);
while(!(reg_val & 1));
while (!(reg_val & 1));
}


#endif

Loading

0 comments on commit 237e34c

Please sign in to comment.