All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe W Damasio <felipewd@terra.com.br>
To: torvalds@osdl.org, rmk@arm.linux.org.uk
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] video/sa1000 cleanup
Date: Thu, 11 Sep 2003 17:16:47 -0300	[thread overview]
Message-ID: <3F60D82F.9060808@terra.com.br> (raw)

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

	Hi,

	This patch, against 2.6-test5 removes an unneeded 
set_current_task(TASK_RUNNING), since schedule_timeout already sets 
the task to TASK_RUNNING.

	Please consider applying.

	Cheers,

Felipe

[-- Attachment #2: sa1000-schedule.patch --]
[-- Type: text/plain, Size: 369 bytes --]

--- linux-2.6.0-test5/drivers/video/sa1100fb.c.orig	2003-09-11 17:09:01.000000000 -0300
+++ linux-2.6.0-test5/drivers/video/sa1100fb.c	2003-09-11 17:09:10.000000000 -0300
@@ -1388,7 +1388,6 @@
 	LCCR0 &= ~LCCR0_LEN;	/* Disable LCD Controller */
 
 	schedule_timeout(20 * HZ / 1000);
-	set_current_state(TASK_RUNNING);
 	remove_wait_queue(&fbi->ctrlr_wait, &wait);
 }
 

                 reply	other threads:[~2003-09-11 20:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F60D82F.9060808@terra.com.br \
    --to=felipewd@terra.com.br \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.