Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363092
b: refs/heads/master
c: 3334948
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Yanfei authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent d572607 commit f515b84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 7a4541a6591d8b0f6d095ffd94c8ebae75ea57d7
refs/heads/master: 3334948428c6370d664099cdcdfd4b487191293d
5 changes: 2 additions & 3 deletions trunk/drivers/hv/hv.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,8 @@ void hv_synic_init(void *arg)
/* Check the version */
rdmsrl(HV_X64_MSR_SVERSION, version);

hv_context.event_dpc[cpu] = (struct tasklet_struct *)
kmalloc(sizeof(struct tasklet_struct),
GFP_ATOMIC);
hv_context.event_dpc[cpu] = kmalloc(sizeof(struct tasklet_struct),
GFP_ATOMIC);
if (hv_context.event_dpc[cpu] == NULL) {
pr_err("Unable to allocate event dpc\n");
goto cleanup;
Expand Down

0 comments on commit f515b84

Please sign in to comment.