diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-16 00:31:10 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-01-16 00:31:10 +0100 |
commit | 21e2379b9ef705fcb3ba3be738decd3397fc30b7 (patch) | |
tree | 6e4f5334547aa538150fe52b60bfe014425eb53b /drivers/media/video/msp3400-driver.c | |
parent | Merge branch 'work' (diff) | |
parent | V4L/DVB (3390): Added remote control support for pinnacle pctv (diff) | |
download | linux-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.c | 4 |
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; } |