Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228053
b: refs/heads/master
c: a2ac9d6
h: refs/heads/master
i:
  228051: a3aa9b7
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Nov 10, 2010
1 parent de40056 commit c3223e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 268dfede46e24eef55a2ef7a10a462617936771e
refs/heads/master: a2ac9d69d69d8df88d4096903f5f76fe2de2345b
5 changes: 1 addition & 4 deletions trunk/drivers/staging/rtl8712/osdep_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,7 @@ static inline void sleep_schedulable(int ms)

static inline u8 *_malloc(u32 sz)
{
u8 *pbuf;

pbuf = kmalloc(sz, GFP_ATOMIC);
return pbuf;
return kmalloc(sz, GFP_ATOMIC);
}

static inline unsigned char _cancel_timer_ex(struct timer_list *ptimer)
Expand Down

0 comments on commit c3223e8

Please sign in to comment.