From: Gabor MICSKO <gmicsko@szintezis.hu>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.6.0-test3-mm3
Date: 20 Aug 2003 12:54:32 +0200 [thread overview]
Message-ID: <1061376873.5331.9.camel@sunshine> (raw)
In-Reply-To: <1061370505.510.3.camel@sunshine>
2003-08-19, k keltezéssel Andrew Morton ezt írta:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test3/2.6.0-test3-mm3/
> Hi!
>
> Compile error in drivers/media/video/tvmixer.c
>
>
> [...]
>
> CC [M] drivers/media/video/tvmixer.o
> drivers/media/video/tvmixer.c: In function `tvmixer_clients':
> drivers/media/video/tvmixer.c:294: error: structure has no member named
> `name'
> drivers/media/video/tvmixer.c:294: error: structure has no member named
> `name'
> make[3]: *** [drivers/media/video/tvmixer.o] Error 1
> make[2]: *** [drivers/media/video] Error 2
> make[1]: *** [drivers/media] Error 2
> make: *** [drivers] Error 2
---------------------------------------------------------------------------
--- tvmixer.c 2003-08-09 06:40:55.000000000 +0200
+++ tvmixer.c_ 2003-08-20 12:41:33.000000000 +0200
@@ -291,7 +291,7 @@
devices[i].count = 0;
devices[i].dev = client;
printk("tvmixer: %s (%s) registered with minor %d\n",
- client->dev.name,client->adapter->dev.name,minor);
+ client->name,client->adapter->name,minor);
return 0;
}
--
Windows not found
(C)heers, (P)arty or (D)ance?
-----------------------------------
Micskó Gábor
Compaq Accredited Platform Specialist, System Engineer (APS, ASE)
Szintézis Computer Rendszerház Rt.
H-9021 Győr, Tihanyi Árpád út 2.
Tel: +36-96-502-216
Fax: +36-96-318-658
E-mail: gmicsko@szintezis.hu
Web: http://www.hup.hu/
WARNING: multiple messages have this Message-ID (diff)
From: Gabor MICSKO <gmicsko@szintezis.hu>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.6.0-test3-mm3
Date: 20 Aug 2003 12:54:32 +0200 [thread overview]
Message-ID: <1061376873.5331.9.camel@sunshine> (raw)
In-Reply-To: <1061370505.510.3.camel@sunshine>
2003-08-19, k keltezessel Andrew Morton ezt irta:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test3/2.6.0-test3-mm3/
> Hi!
>
> Compile error in drivers/media/video/tvmixer.c
>
>
> [...]
>
> CC [M] drivers/media/video/tvmixer.o
> drivers/media/video/tvmixer.c: In function `tvmixer_clients':
> drivers/media/video/tvmixer.c:294: error: structure has no member named
> `name'
> drivers/media/video/tvmixer.c:294: error: structure has no member named
> `name'
> make[3]: *** [drivers/media/video/tvmixer.o] Error 1
> make[2]: *** [drivers/media/video] Error 2
> make[1]: *** [drivers/media] Error 2
> make: *** [drivers] Error 2
---------------------------------------------------------------------------
--- tvmixer.c 2003-08-09 06:40:55.000000000 +0200
+++ tvmixer.c_ 2003-08-20 12:41:33.000000000 +0200
@@ -291,7 +291,7 @@
devices[i].count = 0;
devices[i].dev = client;
printk("tvmixer: %s (%s) registered with minor %d\n",
- client->dev.name,client->adapter->dev.name,minor);
+ client->name,client->adapter->name,minor);
return 0;
}
--
Windows not found
(C)heers, (P)arty or (D)ance?
-----------------------------------
Micsko Gabor
Compaq Accredited Platform Specialist, System Engineer (APS, ASE)
Szintezis Computer Rendszerhaz Rt.
H-9021 Gyor, Tihanyi Arpad ut 2.
Tel: +36-96-502-216
Fax: +36-96-318-658
E-mail: gmicsko@szintezis.hu
Web: http://www.hup.hu/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>
next prev parent reply other threads:[~2003-08-20 10:54 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-19 8:38 2.6.0-test3-mm3 Andrew Morton
2003-08-19 8:38 ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:05 ` 2.6.0-test3-mm3 Dumitru Ciobarcianu
2003-08-19 10:17 ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:34 ` [PATCH] 2.6.0-test3-mm3 CaT
2003-08-19 10:09 ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:09 ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:23 ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:23 ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 10:34 ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:34 ` 2.6.0-test3-mm3 Flameeyes
2003-08-19 10:51 ` 2.6.0-test3-mm3 Zwane Mwaikambo
2003-08-19 10:51 ` 2.6.0-test3-mm3 Zwane Mwaikambo
2003-08-19 14:30 ` 2.6.0-test3-mm3 Sam Ravnborg
2003-08-19 14:30 ` 2.6.0-test3-mm3 Sam Ravnborg
2003-08-19 13:25 ` 2.6.0-test3-mm3 Luiz Capitulino
2003-08-19 13:25 ` 2.6.0-test3-mm3 Luiz Capitulino
2003-08-19 18:32 ` 2.6.0-test3-mm3 Mike Fedyk
2003-08-19 18:32 ` 2.6.0-test3-mm3 Mike Fedyk
2003-08-19 21:10 ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 21:10 ` 2.6.0-test3-mm3 Andrew Morton
2003-08-19 21:19 ` [PATCH] Call security hook from pid*_revalidate Stephen Smalley
2003-08-19 21:22 ` Andrew Morton
2003-08-20 14:56 ` OGAWA Hirofumi
2003-08-21 20:36 ` Stephen Smalley
2003-08-21 21:39 ` Stephen Smalley
2003-08-21 22:18 ` Stephen Smalley
2003-08-22 14:47 ` OGAWA Hirofumi
2003-08-20 0:14 ` 2.6.0-test3-mm3 Diego Calleja García
2003-08-20 3:15 ` 2.6.0-test3-mm3 Jonathan Brown
2003-08-20 3:15 ` 2.6.0-test3-mm3 Jonathan Brown
2003-08-20 3:23 ` 2.6.0-test3-mm3 Andrew Morton
2003-08-20 3:23 ` 2.6.0-test3-mm3 Andrew Morton
2003-08-21 10:31 ` 2.6.0-test3-mm3 Christian Axelsson
2003-08-20 7:47 ` 2.6.0-test3-mm3 William Lee Irwin III
2003-08-20 7:47 ` 2.6.0-test3-mm3 William Lee Irwin III
2003-08-20 9:08 ` 2.6.0-test3-mm3 Gabor MICSKO
2003-08-20 10:54 ` Gabor MICSKO [this message]
2003-08-20 10:54 ` 2.6.0-test3-mm3 Gabor MICSKO
2003-08-20 20:53 ` 2.6.0-test3-mm3 Cliff White
2003-08-20 20:53 ` 2.6.0-test3-mm3 Cliff White
2003-08-22 22:24 ` 2.6.0-test3-mm3 Cliff White
2003-08-22 22:24 ` 2.6.0-test3-mm3 Cliff White
-- strict thread matches above, loose matches on Subject: below --
2003-08-20 7:57 2.6.0-test3-mm3 ismail (cartman) donmez
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=1061376873.5331.9.camel@sunshine \
--to=gmicsko@szintezis.hu \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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.