aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca/ov534.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/gspca/ov534.c')
-rw-r--r--drivers/media/usb/gspca/ov534.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/gspca/ov534.c b/drivers/media/usb/gspca/ov534.c
index bb09d7884b89..2e28c81a03ab 100644
--- a/drivers/media/usb/gspca/ov534.c
+++ b/drivers/media/usb/gspca/ov534.c
@@ -690,7 +690,7 @@ static int sccb_check_status(struct gspca_dev *gspca_dev)
690 case 0x03: 690 case 0x03:
691 break; 691 break;
692 default: 692 default:
693 PDEBUG(D_ERR, "sccb status 0x%02x, attempt %d/5", 693 PERR("sccb status 0x%02x, attempt %d/5",
694 data, i + 1); 694 data, i + 1);
695 } 695 }
696 } 696 }