Skip to content

Commit

Permalink
bug_camera: removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
dirjud committed Nov 12, 2010
1 parent 19733f8 commit 215cd0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/bmi/pims/camera/bmi_li3m02cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,10 @@ static int __li3m02cm_set_power(struct bmi_device *bdev, int on)
if(ret < 0)
goto error;
if(ret) {
printk(KERN_INFO "Camera SERDES locked");
break; // we are locked
} else {
if(retry_count++ >= 20) {
printk(KERN_ERR "Camera SERDES won't lock");
printk(KERN_ERR "%s: Camera SERDES won't lock", __func__);
ret = -EBUSY;
goto error;
} else { // if not locked,
Expand Down

0 comments on commit 215cd0f

Please sign in to comment.