From patchwork Sun Jan 25 03:36:33 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Klimov X-Patchwork-Id: 450 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Sun, 25 Jan 2009 03:43:46 +0000 Received: from vger.kernel.org ([209.132.176.167]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1LQvuU-0001a6-2M for mchehab@infradead.org; Sun, 25 Jan 2009 03:43:46 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755339AbZAYDno (ORCPT ); Sat, 24 Jan 2009 22:43:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755461AbZAYDno (ORCPT ); Sat, 24 Jan 2009 22:43:44 -0500 Received: from mail-ew0-f10.google.com ([209.85.219.10]:39838 "EHLO mail-ew0-f10.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755339AbZAYDnn (ORCPT ); Sat, 24 Jan 2009 22:43:43 -0500 X-Greylist: delayed 448 seconds by postgrey-1.27 at vger.kernel.org; Sat, 24 Jan 2009 22:43:43 EST Received: by ewy3 with SMTP id 3so325659ewy.13 for ; Sat, 24 Jan 2009 19:43:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=PoYOLNi/wMVl/sLN7t1BVcftaTL2BnsSb1CI0S1IocI=; b=qlrVkjEl+0pP5a5UzhVvLqVWZe0LFaFOwmJILR9Lw9bpdCrjJSIaZ4dFAJ1sKSy0Oz is4kjdMDFH6j3xKiY+f0lJSO2D3wU61bz32wEZFYzKmLAU8rCunh5yl1TDePzJdHiY8V 8NTUM4b1FiANZ/N+bVKihZd8dvN+mWycdh+J4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=J14p7pPzFuSuRhoezVoxRa5ujGpOIMUnKcONe9azUkuJpqCGxvO4bwL43EG8EwzmkQ vrQqCPfT+7MnLrCdZlP1rNmlJb++FG6UzeE5KT5YwAP0i2MAjAYICmxHFZ+MPu6XY/D4 +8J5kgyGq/k7/ciBUcTihhuAsY/RCto2SuIkU= Received: by 10.210.119.16 with SMTP id r16mr4687000ebc.67.1232854574256; Sat, 24 Jan 2009 19:36:14 -0800 (PST) Received: from ?192.168.1.42? (gw.zunet.ru [217.67.117.64]) by mx.google.com with ESMTPS id b30sm25423057ika.12.2009.01.24.19.36.13 (version=SSLv3 cipher=RC4-MD5); Sat, 24 Jan 2009 19:36:13 -0800 (PST) Subject: [patch review] em28xx: correct mailing list From: Alexey Klimov To: linux-media@vger.kernel.org Cc: Mauro Carvalho Chehab , Douglas Schilling Landgraf Date: Sun, 25 Jan 2009 06:36:33 +0300 Message-Id: <1232854594.21610.7.camel@tux.localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hello all I'm not sure is this patch really suitable. But looks that main development mail-list moved to linux-media.. --- Correct mailing list in 3 places in em28xx-cards.c Move to linux-media on vger.kernel.org. Signed-off-by: Alexey Klimov -- diff -r 6a6eb9efc6cd linux/drivers/media/video/em28xx/em28xx-cards.c --- a/linux/drivers/media/video/em28xx/em28xx-cards.c Fri Jan 23 22:35:12 2009 -0200 +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c Sun Jan 25 06:28:10 2009 +0300 @@ -1679,7 +1679,7 @@ em28xx_errdev("If the board were missdetected, " "please email this log to:\n"); em28xx_errdev("\tV4L Mailing List " - " \n"); + " \n"); em28xx_errdev("Board detected as %s\n", em28xx_boards[dev->model].name); @@ -1711,7 +1711,7 @@ em28xx_errdev("If the board were missdetected, " "please email this log to:\n"); em28xx_errdev("\tV4L Mailing List " - " \n"); + " \n"); em28xx_errdev("Board detected as %s\n", em28xx_boards[dev->model].name); @@ -1724,7 +1724,7 @@ em28xx_errdev("You may try to use card= insmod option to " "workaround that.\n"); em28xx_errdev("Please send an email with this log to:\n"); - em28xx_errdev("\tV4L Mailing List \n"); + em28xx_errdev("\tV4L Mailing List \n"); em28xx_errdev("Board eeprom hash is 0x%08lx\n", dev->hash); em28xx_errdev("Board i2c devicelist hash is 0x%08lx\n", dev->i2c_hash);