do_map_probe function problem.

Vikram Mehta vm6580 at hotmail.com
Mon Jun 2 23:32:16 EDT 2003


Hi folks

I get an error in do_map_probe function.

Code  never returns from this line

drv = get_mtd_chip_driver(name);
if (!drv && !request_module(name))
  drv = get_mtd_chip_driver(name);
 if (!drv)
  return NULL;
ret = drv->probe(map);

What could be going here. Where can I find the defninition of 
struct mtd_chip_driver

Vikram



More information about the linux-mtd mailing list