]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Simplify test for RAM devices
authorJörn Engel <joern@wohnheim.fh-wedel.de>
Thu, 13 Apr 2006 16:53:14 +0000 (18:53 +0200)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 17 Apr 2006 14:48:16 +0000 (15:48 +0100)
commit7f7c08dfdf5bc0a7c906285d9d97b932f83e8979
treeaaf40f4ef508cee41586e788d7d3f9e7075c364d
parent94171db1d2f23c22b6050d210b72db3bb2f0b81e
Simplify test for RAM devices

mtdblock is the only user of aggregate capabilities in mtd.  This is clearly
bogus and should be changed.  In particular, it tries to determine whether
the device in question is a piece of RAM.  For every single driver that fits
the current criteria, an easier test would be to check for the type being
MTD_RAM.

Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/mtdblock.c