]> git.baikalelectronics.ru Git - kernel.git/commit
cciss: fix regression firmware not displayed in procfs
authorMike Miller <mike.miller@hp.com>
Thu, 6 Nov 2008 20:53:25 +0000 (12:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Nov 2008 23:41:18 +0000 (15:41 -0800)
commit4aacb424766405c8cf778888801f8d8c0286f035
tree40d6865b9d7e1f563d6b9cc2318f5c90622ff765
parentbfe1999cc49ddf69d38992b4b2d6fb4e13738de8
cciss: fix regression firmware not displayed in procfs

This regression was introduced by commit
dbc9fbbb9ee2538f4ec2fcee9c1135a0e477bb3b ("cciss: remove redundant code").

This patch fixes a regression where the controller firmware version is not
displayed in procfs.  The previous patch would be called anytime something
changed.  This will get called only once for each controller.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: <stable@kernel.org> [2.6.27.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/cciss.c