diff options
-rw-r--r-- | drivers/video/uvesafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index d4284458377e..e328a61b64ba 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c | |||
@@ -166,7 +166,7 @@ static int uvesafb_exec(struct uvesafb_ktask *task) | |||
166 | memcpy(&m->id, &uvesafb_cn_id, sizeof(m->id)); | 166 | memcpy(&m->id, &uvesafb_cn_id, sizeof(m->id)); |
167 | m->seq = seq; | 167 | m->seq = seq; |
168 | m->len = len; | 168 | m->len = len; |
169 | m->ack = random32(); | 169 | m->ack = prandom_u32(); |
170 | 170 | ||
171 | /* uvesafb_task structure */ | 171 | /* uvesafb_task structure */ |
172 | memcpy(m + 1, &task->t, sizeof(task->t)); | 172 | memcpy(m + 1, &task->t, sizeof(task->t)); |