diff options
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-core.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-core.c b/drivers/media/video/saa7134/saa7134-core.c index 21cb3d6be839..0bdbd99d0ae6 100644 --- a/drivers/media/video/saa7134/saa7134-core.c +++ b/drivers/media/video/saa7134/saa7134-core.c | |||
@@ -211,7 +211,7 @@ static int pending_call(struct notifier_block *self, unsigned long state, | |||
211 | return NOTIFY_DONE; | 211 | return NOTIFY_DONE; |
212 | } | 212 | } |
213 | 213 | ||
214 | static int pending_registered; | 214 | static int pending_registered=0; |
215 | static struct notifier_block pending_notifier = { | 215 | static struct notifier_block pending_notifier = { |
216 | .notifier_call = pending_call, | 216 | .notifier_call = pending_call, |
217 | }; | 217 | }; |