Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363305
b: refs/heads/master
c: c37aeab
h: refs/heads/master
i:
  363303: c6fb8aa
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent aa58360 commit 6192365
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: 7791c623b3826ab9dac6fe0bca770776a5e6c4ce
refs/heads/master: c37aeab62514cd623afa1b952ca86d53dd21a745
2 changes: 1 addition & 1 deletion trunk/drivers/staging/sep/sep_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2276,7 +2276,7 @@ static int sep_construct_dma_tables_from_lli(
table_data_size);

/* If info entry is null - this is the first table built */
if (info_in_entry_ptr == NULL) {
if (info_in_entry_ptr == NULL || info_out_entry_ptr == NULL) {
/* Set the output parameters to physical addresses */
*lli_table_in_ptr =
sep_shared_area_virt_to_bus(sep, dma_in_lli_table_ptr);
Expand Down

0 comments on commit 6192365

Please sign in to comment.