commit | f6515db47e6d8cb502e4b0fd7255652da4ba1393 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Mon Sep 12 11:18:10 2005 +1000 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Sep 11 20:43:46 2005 -0700 |
tree | 3cc5e0e31273c0c71b994dcea15d1c88efd6e6e5 | |
parent | b0433b99339a9fdc2effe213491812556e4896fb [diff] |
[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>