[MTD] Fix do_div() type warning in mtdconcat
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 23 Jul 2007 12:07:06 +0000 (13:07 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 23 Jul 2007 12:07:06 +0000 (13:07 +0100)
commit0bf9733d0d65ebb413d62204ad8e328e0a0b9407
tree175e8a38476202e0e09be227e10a27aef5f266c2
parente733450b675dfc07940c21b4832207c79059246f
[MTD] Fix do_div() type warning in mtdconcat

It expects a uint64_t; give it one.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/mtdconcat.c