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:
33a03aa
)
dcbnl: Shorten all command handling functions
author
Thomas Graf
<tgraf@suug.ch>
Wed, 13 Jun 2012 02:54:55 +0000
(
02:54
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 13 Jun 2012 22:46:34 +0000
(15:46 -0700)
Allocating and sending the skb in dcb_doit() allows for much
shorter and cleaner command handling functions.
The huge switch statement is replaced with an array based definition
of the handling function and reply message type.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found