]> www.infradead.org Git - mtd-utils.git/commit
fs-tests: integck: do not cast void pointers
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 28 Mar 2011 10:24:57 +0000 (13:24 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 11 Apr 2011 10:22:31 +0000 (13:22 +0300)
commitbe813e5286535425d046e9b0b9c233650faa2cfc
treeec39a94d582daaf0c396967f4aef0f19a3afc4b4
parent713ef298e3d2055034c74e2a2e508e0eb1aad817
fs-tests: integck: do not cast void pointers

The malloc function returns 'void *', so it is not necessary to
cast it when assigning. This is just a small clean-up patch.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
tests/fs-tests/integrity/integck.c