diff options
Diffstat (limited to 'linux/drivers/media/video/msp3400.c')
-rw-r--r-- | linux/drivers/media/video/msp3400.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/msp3400.c b/linux/drivers/media/video/msp3400.c index 481ecbe65..3abb2a739 100644 --- a/linux/drivers/media/video/msp3400.c +++ b/linux/drivers/media/video/msp3400.c @@ -757,9 +757,9 @@ static int msp34xx_sleep(struct msp3400c *msp, int timeout) if (current->flags & PF_FREEZE) { #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,12) refrigerator (PF_FREEZE); -#else +#else refrigerator (); -#endif +#endif } remove_wait_queue(&msp->wq, &wait); |