commit | 68fc4fabca897a09f75f53bac14cdc7a98f52210 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <[email protected]> | Thu Jul 19 01:47:50 2007 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Jul 19 10:04:43 2007 -0700 |
tree | c010fa0d091a543a966aad82926d0fb5c2831f1f | |
parent | cb00ea3528eb3c09eae9871d6e7d038776e952e2 [diff] |
unregister_chrdev(): ignore the return value unregister_chrdev() always returns 0. There is no need to check the return value. Signed-off-by: Akinobu Mita <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Takashi Iwai <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>