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:
b3ca9b0
)
drivers/net/macvtap: fix error check
author
Nicolas Kaiser
<nikai@nikai.net>
Fri, 4 Mar 2011 13:49:41 +0000
(13:49 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 7 Mar 2011 23:57:58 +0000
(15:57 -0800)
'len' is unsigned of type size_t and can't be negative.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found