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:
e99a428
)
staging: rtl8712: remove wrapper function _queue_empty
author
James A Shackleford
<shack@linux.com>
Wed, 25 Jun 2014 02:52:40 +0000
(22:52 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:33:16 +0000
(20:33 -0400)
_queue_empty is an inline wrapper around list_empty. This patch removes this
wrapper function and instead calls list_empty directly.
Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found