From patchwork Sat Oct 24 15:49:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Wong X-Patchwork-Id: 55726 X-Patchwork-Delegate: dougsland@redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9OFnVM5002899 for ; Sat, 24 Oct 2009 15:49:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751626AbZJXPtU (ORCPT ); Sat, 24 Oct 2009 11:49:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751645AbZJXPtU (ORCPT ); Sat, 24 Oct 2009 11:49:20 -0400 Received: from mail-pw0-f42.google.com ([209.85.160.42]:57199 "EHLO mail-pw0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751606AbZJXPtU (ORCPT ); Sat, 24 Oct 2009 11:49:20 -0400 Received: by pwj9 with SMTP id 9so641888pwj.21 for ; Sat, 24 Oct 2009 08:49:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type; bh=wIOevN5BWzDCrqH7UNboxU3kyc4OV5p9aw6u+N20KbM=; b=XohreKrfGhP5rxvg0G6drX048CI9tgg5A0eyAxLO3fU3DzP9wLdfHq4P8hKpz7Y/vZ 05mesI5gY4bjmMGqYeRlfJEfl+aKvqto8F3l2uuGeHVWOhAws3KUHl37Pzji4F2UHUfF P+md2ByDWTU6IwTOEVzbkOptmQoNepwy64kw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=p8yHXPFgNnhU3twB50OI2iqet7FpqFA4glJsCGn2EBTXvlQw59mBzZxEA+Xwjj0KwK TFs7PIY0ra5jhrVO8EFShatqVRh82COYWYLy9/JqXC3jxpAx9gjqrWgLZSvXI0ooAaf/ lUeKeCHemT6I5bwOavH7pAYQB8fwzc76bQRdc= Received: by 10.115.80.15 with SMTP id h15mr819486wal.186.1256399364194; Sat, 24 Oct 2009 08:49:24 -0700 (PDT) Received: from ?192.168.0.3? (pcd298040.netvigator.com [203.218.88.40]) by mx.google.com with ESMTPS id 20sm295577pzk.13.2009.10.24.08.49.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 08:49:23 -0700 (PDT) Message-ID: <4AE32200.6070107@gmail.com> Date: Sat, 24 Oct 2009 23:49:20 +0800 From: "David T. L. Wong" User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: v4l-dvb Subject: gcc 4.3.3 compilation problem Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org changeset: 13157:df47ca1f4db5 user: David T.L. Wong date: Sat Oct 24 23:16:11 2009 +0800 summary: fix gcc-4.3.3 compilation error diff --git a/linux/drivers/media/dvb/frontends/dib7000p.h b/linux/drivers/media/dvb/frontends/dib7000p.h --- a/linux/drivers/media/dvb/frontends/dib7000p.h +++ b/linux/drivers/media/dvb/frontends/dib7000p.h @@ -97,7 +97,7 @@ printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); return -ENODEV; } -static inline int dib7000p_pid_filter(struct dvb_frontend *, u8 id, u16 pid, u8 onoff) +static inline int dib7000p_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) { printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); return -ENODEV;