diff options
author | Gerd Knorr <devnull@localhost> | 2004-12-07 13:17:57 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-12-07 13:17:57 +0000 |
commit | d6961a3d1cc95ed1d30edc05779ce2279d76ef17 (patch) | |
tree | 49ac0d47cb2a5ddaf6bc04186602432fd64c12b2 /linux/drivers/media/video/msp3400.c | |
parent | ca11373ee66327573c4a133e613aa8b6b8f1cb7a (diff) | |
download | mediapointer-dvb-s2-d6961a3d1cc95ed1d30edc05779ce2279d76ef17.tar.gz mediapointer-dvb-s2-d6961a3d1cc95ed1d30edc05779ce2279d76ef17.tar.bz2 |
- misc minor stuff.
Diffstat (limited to 'linux/drivers/media/video/msp3400.c')
-rw-r--r-- | linux/drivers/media/video/msp3400.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/msp3400.c b/linux/drivers/media/video/msp3400.c index 03f2404a5..224a0f791 100644 --- a/linux/drivers/media/video/msp3400.c +++ b/linux/drivers/media/video/msp3400.c @@ -1429,7 +1429,7 @@ static struct i2c_driver driver = { .attach_adapter = msp_probe, .detach_client = msp_detach, .command = msp_command, - .driver { + .driver = { .suspend = msp_suspend, .resume = msp_resume, }, |