[PATCH] uclinux: remove use of mtd_put_device() in uclinux MTD map driver
authorGreg Ungerer <gerg@snapgear.com>
Mon, 12 Sep 2005 01:18:10 +0000 (11:18 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 12 Sep 2005 03:43:46 +0000 (20:43 -0700)
commitf6515db47e6d8cb502e4b0fd7255652da4ba1393
tree3cc5e0e31273c0c71b994dcea15d1c88efd6e6e5
parentb0433b99339a9fdc2effe213491812556e4896fb
[PATCH] uclinux: remove use of mtd_put_device() in uclinux MTD map driver

We should not call mtd_put_device() in the uclinux MTD map driver.
Also consistently use phys/virt fields of maps map_info struct,
instead of mixing it with map_priv_1.

Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/mtd/maps/uclinux.c