summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/msp3400-driver.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-01-16 00:31:10 +0100
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-01-16 00:31:10 +0100
commit21e2379b9ef705fcb3ba3be738decd3397fc30b7 (patch)
tree6e4f5334547aa538150fe52b60bfe014425eb53b /drivers/media/video/msp3400-driver.c
parentMerge branch 'work' (diff)
parentV4L/DVB (3390): Added remote control support for pinnacle pctv (diff)
downloadlinux-21e2379b9ef705fcb3ba3be738decd3397fc30b7.tar.xz
linux-21e2379b9ef705fcb3ba3be738decd3397fc30b7.zip
Merge branch 'work'
Diffstat (limited to 'drivers/media/video/msp3400-driver.c')
-rw-r--r--drivers/media/video/msp3400-driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/msp3400-driver.c b/drivers/media/video/msp3400-driver.c
index 09ff25b554b6..69ed369c2f48 100644
--- a/drivers/media/video/msp3400-driver.c
+++ b/drivers/media/video/msp3400-driver.c
@@ -1031,8 +1031,8 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg)
}
default:
- /* nothing */
- break;
+ /* unknown */
+ return -EINVAL;
}
return 0;
}