diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-27 18:13:47 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-27 18:13:47 +0000 |
commit | 6a8bdf2d067c907fb70af7470a14f06d333461ec (patch) | |
tree | 36d518cadf1ed3a860f9731f7426e70635ac853f /linux/drivers/media/video/pms.c | |
parent | aa2a6ce2de8754d28f7c38812dc3046df107db7d (diff) | |
download | mediapointer-dvb-s2-6a8bdf2d067c907fb70af7470a14f06d333461ec.tar.gz mediapointer-dvb-s2-6a8bdf2d067c907fb70af7470a14f06d333461ec.tar.bz2 |
rationalise addresses to one common one
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/pms.c')
-rw-r--r-- | linux/drivers/media/video/pms.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/pms.c b/linux/drivers/media/video/pms.c index 00b623e00..6342abc24 100644 --- a/linux/drivers/media/video/pms.c +++ b/linux/drivers/media/video/pms.c @@ -10,8 +10,8 @@ * 14478 Potsdam, Germany * * Most of this code is directly derived from his userspace driver. - * His driver works so send any reports to alan@redhat.com unless the - * userspace driver also doesn't work for you... + * His driver works so send any reports to alan@lxorguk.ukuu.org.uk + * unless the userspace driver also doesn't work for you... * * Changes: * 08/07/2003 Daniele Bellucci <bellucda@tiscali.it> |