linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH TRIVIAL]: 2.4.19/drivers/tc/tc.c
@ 2002-08-31 11:18 silvio
  2002-09-02 12:49 ` Maciej W. Rozycki
  0 siblings, 1 reply; 2+ messages in thread
From: silvio @ 2002-08-31 11:18 UTC (permalink / raw)
  To: linux-kernel

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

trivial patch to use const char * instead of char * (this will also make it
match up the prototype in header)

--
Silvio

[-- Attachment #2: patch_tc_2_4_19 --]
[-- Type: text/plain, Size: 385 bytes --]

diff -u linux-2.4.19/drivers/tc/tc.c linux-2.4.19-dev/drivers/tc/tc.c
--- linux-2.4.19/drivers/tc/tc.c	Sat Aug 31 04:07:28 2002
+++ linux-2.4.19-dev/drivers/tc/tc.c	Sat Aug 31 04:07:52 2002
@@ -40,7 +40,7 @@
  * Interface to the world. Read comment in include/asm-mips/tc.h.
  */
 
-int search_tc_card(char *name)
+int search_tc_card(const char *name)
 {
 	int slot;
 	slot_info *sip;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH TRIVIAL]: 2.4.19/drivers/tc/tc.c
  2002-08-31 11:18 [PATCH TRIVIAL]: 2.4.19/drivers/tc/tc.c silvio
@ 2002-09-02 12:49 ` Maciej W. Rozycki
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej W. Rozycki @ 2002-09-02 12:49 UTC (permalink / raw)
  To: silvio; +Cc: linux-kernel

On Sat, 31 Aug 2002 silvio@big.net.au wrote:

> trivial patch to use const char * instead of char * (this will also make it
> match up the prototype in header)

 Thanks, I'm applying it to the MIPS CVS tree. 

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-02 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-31 11:18 [PATCH TRIVIAL]: 2.4.19/drivers/tc/tc.c silvio
2002-09-02 12:49 ` Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).