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:
cb00ea3
)
unregister_chrdev(): ignore the return value
author
Akinobu Mita
<akinobu.mita@gmail.com>
Thu, 19 Jul 2007 08:47:50 +0000
(
01:47
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 19 Jul 2007 17:04:43 +0000
(10:04 -0700)
unregister_chrdev() always returns 0. There is no need to check the return
value.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found