]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/video/ps3fb.c
sisfb: fix pseudo_palette array size and overrun
[mv-sheeva.git] / drivers / video / ps3fb.c
index 08b7ffbbbbd862dc14f9cc405d5288c9f3409fa3..3972aa8cf859051760c8f8be7b473217613c796d 100644 (file)
@@ -812,6 +812,7 @@ static int ps3fb_ioctl(struct fb_info *info, unsigned int cmd,
 
 static int ps3fbd(void *arg)
 {
+       set_freezable();
        while (!kthread_should_stop()) {
                try_to_freeze();
                set_current_state(TASK_INTERRUPTIBLE);