All of lore.kernel.org
 help / color / mirror / Atom feed
From: Telemaque Ndizihiwe <telendiz@eircom.net>
To: duncan.sands@free.fr
Cc: linux-usb-devel@lists.sourceforge.net, torvalds@osdl.org,
	akpm@osdl.org, trivial@rustcorp.com.au,
	linux-kernel@vger.kernel.org, greg@kroah.com
Subject: [PATCH] Replaces (2 * HZ) with DATA_TIMEOUT in /drivers/usb/atm/speedtch.c
Date: Wed, 23 Feb 2005 18:42:32 +0000	[thread overview]
Message-ID: <421CCE98.4090406@eircom.net> (raw)

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

This Patch replaces "(2 * HZ)" with "DATA_TIMEOUT" which is defined as
     #define DATA_TIMEOUT (2 * HZ)
in /drivers/usb/atm/speedtch.c in kernel 2.6.10.

Signed-off-by: Telemaque Ndizihiwe <telendiz@eircom.net>


--- linux-2.6.10/drivers/usb/atm/speedtch.c.orig    2005-02-20 
12:44:22.235267848 +0000
+++ linux-2.6.10/drivers/usb/atm/speedtch.c    2005-02-20 
12:50:52.205983288 +0000
@@ -494,7 +494,7 @@ static void speedtch_upload_firmware(str
     /* URB 7 */
     if (dl_512_first) {    /* some modems need a read before writing 
the firmware */
         ret = usb_bulk_msg(usb_dev, usb_rcvbulkpipe(usb_dev, 
SPEEDTCH_ENDPOINT_FIRMWARE),
-                   buffer, 0x200, &actual_length, 2 * HZ);
+                   buffer, 0x200, &actual_length, DATA_TIMEOUT);
 
         if (ret < 0 && ret != -ETIMEDOUT)
             dbg("speedtch_upload_firmware: read BLOCK0 from modem 
failed (%d)!", ret);


[-- Attachment #2: patch-usb-speedtch --]
[-- Type: text/plain, Size: 625 bytes --]

--- linux-2.6.10/drivers/usb/atm/speedtch.c.orig	2005-02-20 12:44:22.235267848 +0000
+++ linux-2.6.10/drivers/usb/atm/speedtch.c	2005-02-20 12:50:52.205983288 +0000
@@ -494,7 +494,7 @@ static void speedtch_upload_firmware(str
 	/* URB 7 */
 	if (dl_512_first) {	/* some modems need a read before writing the firmware */
 		ret = usb_bulk_msg(usb_dev, usb_rcvbulkpipe(usb_dev, SPEEDTCH_ENDPOINT_FIRMWARE),
-				   buffer, 0x200, &actual_length, 2 * HZ);
+				   buffer, 0x200, &actual_length, DATA_TIMEOUT);
 
 		if (ret < 0 && ret != -ETIMEDOUT)
 			dbg("speedtch_upload_firmware: read BLOCK0 from modem failed (%d)!", ret);

             reply	other threads:[~2005-02-23 18:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-23 18:42 Telemaque Ndizihiwe [this message]
2005-02-23 18:47 ` [PATCH] Replaces (2 * HZ) with DATA_TIMEOUT in /drivers/usb/atm/speedtch.c Linus Torvalds
2005-02-23 23:32 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2005-02-20 13:41 Telemaque Ndizihiwe

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=421CCE98.4090406@eircom.net \
    --to=telendiz@eircom.net \
    --cc=akpm@osdl.org \
    --cc=duncan.sands@free.fr \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=torvalds@osdl.org \
    --cc=trivial@rustcorp.com.au \
    /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.