This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / mtd / chips / amd_flash.c
index 1c1640e..fc7d0f2 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Author: Jonas Holmberg <jonas.holmberg@axis.com>
  *
- * $Id: amd_flash.c,v 1.25 2004/08/09 13:19:43 dwmw2 Exp $
+ * $Id: amd_flash.c,v 1.23 2003/06/12 09:24:13 dwmw2 Exp $
  *
  * Copyright (c) 2001 Axis Communications AB
  *
@@ -1307,7 +1307,9 @@ static int amd_flash_erase(struct mtd_info *mtd, struct erase_info *instr)
        }
                
        instr->state = MTD_ERASE_DONE;
-       mtd_erase_callback(instr);
+       if (instr->callback) {
+               instr->callback(instr);
+       }
        
        return 0;
 }