diff options
Diffstat (limited to 'drivers/mtd/afs.c')
| -rw-r--r-- | drivers/mtd/afs.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/afs.c b/drivers/mtd/afs.c index 5a3942bf109..96a33e3f7b0 100644 --- a/drivers/mtd/afs.c +++ b/drivers/mtd/afs.c @@ -264,7 +264,8 @@ static struct mtd_part_parser afs_parser = {  static int __init afs_parser_init(void)  { -	return register_mtd_parser(&afs_parser); +	register_mtd_parser(&afs_parser); +	return 0;  }  static void __exit afs_parser_exit(void)  | 
