--- zzzz-none-000/linux-2.6.28.10/drivers/mtd/chips/chipreg.c 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/drivers/mtd/chips/chipreg.c 2009-06-24 13:30:58.000000000 +0000 @@ -38,6 +38,7 @@ list_for_each(pos, &chip_drvs_list) { this = list_entry(pos, typeof(*this), list); + /*--- printk("[%s] %s == %s \n", __FUNCTION__, this->name, name); ---*/ if (!strcmp(this->name, name)) { ret = this; @@ -60,6 +61,7 @@ struct mtd_chip_driver *drv; struct mtd_info *ret; + /*--- printk("[%s] driver_name=%s\n",__FUNCTION__,name); ---*/ drv = get_mtd_chip_driver(name); if (!drv && !request_module("%s", name))