From: Andrew Morton <akpm@linux-foundation.org>
To: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] fix comile error of hdpuftrs
Date: Sun, 26 Oct 2008 21:24:01 -0700 [thread overview]
Message-ID: <20081026212401.f3a6ee4d.akpm@linux-foundation.org> (raw)
In-Reply-To: <200810181537.13653.m.kozlowski@tuxland.pl>
On Sat, 18 Oct 2008 15:37:12 +0200 Mariusz Kozlowski <m.kozlowski@tuxland.pl> wrote:
> Hello,
>
> drivers/misc/hdpuftrs/hdpu_nexus.c:118: error: expected identifier or '(' before 'return'
> drivers/misc/hdpuftrs/hdpu_nexus.c:119: error: expected identifier or '(' before '}' token
>
> Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
>
> --- a/drivers/misc/hdpuftrs/hdpu_nexus.c
> +++ b/drivers/misc/hdpuftrs/hdpu_nexus.c
> @@ -113,7 +113,6 @@ static int hdpu_nexus_probe(struct platform_device *pdev)
> if (!hdpu_chassis_id)
> printk(KERN_WARNING "sky_nexus: "
> "Unable to create proc dir entry: sky_chassis_id\n");
> - }
>
> return 0;
> }
This has been broken since 2.6.26.
Nobody noticed because there is no way of enabling CONFIG_HDPU_FEATURES
in Kconfig. I wonder what's up with that.
next prev parent reply other threads:[~2008-10-27 4:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-18 13:37 Mariusz Kozlowski
2008-10-27 4:24 ` Andrew Morton [this message]
2008-10-27 21:46 ` Mariusz Kozlowski
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=20081026212401.f3a6ee4d.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.kozlowski@tuxland.pl \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome