]> git.karo-electronics.de Git - linux-beck.git/commit
mtd: clean up usage of MTD_DOCPROBE_ADDRESS
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 25 Oct 2011 09:00:07 +0000 (11:00 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@intel.com>
Sun, 30 Oct 2011 12:22:36 +0000 (14:22 +0200)
commit6be55f79a216ccb9f364476b12e5b151a5f6bdb6
tree76925f4ea346af2b2817e5226341aaeae0e8f9d5
parent123005f3ccfa58637ad6e1a8b9f7f3f861ca65f4
mtd: clean up usage of MTD_DOCPROBE_ADDRESS

Depending on whether MTD_DOCPROBE_ADVANCED is set or not,
MTD_DOCPROBE_ADDRESS will default to either 0x0000 or 0. That should
lead to (basically) identical code in docprobe.c. The current two
defaults should be merged.

And, while we're at it, if MTD_DOCPROBE is set MTD_DOCPROBE_ADDRESS will
always be set. (MTD_DOCPROBE_ADDRESS depends on MTD_DOCPROBE and it has
a default value.) So the check whether CONFIG_MTD_DOCPROBE_ADDRESS is
defined is unnecessary and should be dropped.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/devices/Kconfig
drivers/mtd/devices/docprobe.c