]> git.ipfire.org Git - thirdparty/mdadm.git/commit
managemon: fix a dprintk.
authorNeilBrown <neilb@suse.de>
Mon, 9 Sep 2013 23:31:18 +0000 (09:31 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 9 Sep 2013 23:31:18 +0000 (09:31 +1000)
commitcc8132563404ab47392d63a440efa798fe72eefc
tree1284431a6805725237c0a74dd06ff9a7ec28d338
parentf0c403bab898981c21fdd060114faf4576498127
managemon: fix a dprintk.

There is not guarantee that 'inst' is a number, and even if there
were there is no point converting it str->int and then int->str again.

Signed-off-by: NeilBrown <neilb@suse.de>
managemon.c