Fix missing return
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9683 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
08375a2aff
commit
d87c247893
|
@ -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 New Issue