Fix missing return
SVN-Revision: 9683
This commit is contained in:
parent
d37e090fe9
commit
ab883d42a1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ int cf_mips_probe(struct platform_device *pdev)
|
|||
|
||||
if (cf_init(dev))
|
||||
goto out_err;
|
||||
printk(KERN_INFO "cf-mips: init done");
|
||||
printk(KERN_INFO "cf-mips: init done\n");
|
||||
|
||||
spin_lock_init(&dev->lock);
|
||||
dev->queue = blk_init_queue(cf_request,&dev->lock);
|
||||
|
|
Loading…
Reference in a new issue