kernel/signal: remove unnecessary NULL values from ucounts
[linux-2.6-block.git] / kernel / signal.c
index ccfc3ded5672165894fee2d17be43230a4b78636..edaf39382d21d8d851002a4962e1bc8df0c5d040 100644 (file)
@@ -415,7 +415,7 @@ __sigqueue_alloc(int sig, struct task_struct *t, gfp_t gfp_flags,
                 int override_rlimit, const unsigned int sigqueue_flags)
 {
        struct sigqueue *q = NULL;
-       struct ucounts *ucounts = NULL;
+       struct ucounts *ucounts;
        long sigpending;
 
        /*