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:
f0dcc9f
)
staging: dgap: uses kzalloc for allocating memory
author
Lidza Louina
<lidza.louina@gmail.com>
Fri, 20 Dec 2013 02:12:12 +0000
(21:12 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 20 Dec 2013 16:54:46 +0000
(08:54 -0800)
Originally, this driver created it's own allocating
function. This patch removes that function and calls
kzalloc directly.
This patch affects:
- driver.c
- driver.h
- fep5.c
- tty.c
Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found