git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66333cb
)
amdkfd: fix an error handling bug in pqm_create_queue()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 25 Nov 2014 10:24:51 +0000
(13:24 +0300)
committer
Oded Gabbay
<oded.gabbay@amd.com>
Tue, 25 Nov 2014 10:24:51 +0000
(13:24 +0300)
The call to kernel_queue_uninit(NULL) will trigger a BUG(), and also the
error code is incorrect.
Fixes:
45102048f77e
('amdkfd: Add process queue manager module')
Reviewed-by: Oded Gabbay <oded.gabbay@amd.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
No differences found