]> git.baikalelectronics.ru Git - kernel.git/commit
block, blk-sysfs: Use the variable directly instead of a function call
authorLiu Yuan <tailai.ly@taobao.com>
Wed, 13 Apr 2011 20:14:54 +0000 (22:14 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 13 Apr 2011 20:14:54 +0000 (22:14 +0200)
commit4b205a72acedd61261b316d1583df652a9960223
tree58d23b396fa17262b697134cf2a58651f26d3460
parenteac29e00276adfcfc7e086446edb51ce7b882316
block, blk-sysfs: Use the variable directly instead of a function call

In the function blk_register_queue(), var _dev_ is already assigned by
disk_to_dev().So use it directly instead of calling disk_to_dev() again.

Signed-off-by: Liu Yuan <tailai.ly@taobao.com>
Modified by me to delete an empty line in the same function while
in there anyway.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
block/blk-sysfs.c