]> git.baikalelectronics.ru Git - kernel.git/commit
fs/char_dev.c: remove pointless assignment from __register_chrdev_region()
authorJan Kara <jack@suse.cz>
Wed, 10 Dec 2014 23:42:10 +0000 (15:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Dec 2014 01:41:04 +0000 (17:41 -0800)
commite5a510cf6271e31df0e703952b3d576a436f40f5
tree3e6cf53bad0c170e1bb9b72435c68ba9edaa24cf
parent8436d1ae2ebe158ced88797b1e2a8dd7ec0b9925
fs/char_dev.c: remove pointless assignment from __register_chrdev_region()

At one place we assign major number we found to ret.  That assignment is
then never used and actually doesn't make any sense given how the code is
currently structured (the assignment comes from pre-git times).  Just
remove it.

Coverity id: 1226852.

Signed-off-by: Jan Kara <jack@suse.cz>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/char_dev.c