Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31247
b: refs/heads/master
c: c061389
h: refs/heads/master
i:
  31245: 6d2dd06
  31243: c7e4c53
  31239: 9ad093e
  31231: 8958b5c
v: v3
  • Loading branch information
Domen Puncer authored and Ralf Baechle committed Jun 29, 2006
1 parent 52b42b5 commit 1adddf8
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: 38e9156147e5b0defb71a3eb7e9eff74609c496a
refs/heads/master: c06138941c2b5331e752546cf4ef7f4a2735ec99
2 changes: 1 addition & 1 deletion trunk/arch/mips/au1000/common/dbdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,
/* If kmalloc fails, it is caught below same
* as a channel not available.
*/
ctp = kmalloc(sizeof(chan_tab_t), GFP_KERNEL);
ctp = kmalloc(sizeof(chan_tab_t), GFP_ATOMIC);
chan_tab_ptr[i] = ctp;
break;
}
Expand Down

0 comments on commit 1adddf8

Please sign in to comment.