| To: | Florian Fainelli <florian@openwrt.org> |
|---|---|
| Subject: | Re: [PATCH 1/3] WATCHDOG: mtx1-wdt: use dev_{err,info} instead of printk() |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Thu, 2 Jun 2011 15:04:42 +0200 |
| Cc: | Wim Van Sebroeck <wim@iguana.be>, linux-mips@linux-mips.org, linux-watchdog@vger.kernel.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=LnKJjkzKTGiNilNhKtwT4UXNsPOZ+8rD3NSmRM+Y+vo=; b=m47RZoEcLm4vITPbIooHc+1b4R233g4kH3XTkZY+iwOHjCCaFoH0qNN09wT6yJuLiA 6WDbbHFzcc2OgowN+nMc+IoSBNLX/KyKN+C6zQYtoa/1Vhy6G6YhAe95JH66tg7ALO7K BN33Mk356IovFkKVL0Qnl0y8rKwcnS9XuDnDo= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=REtECPT/NDzZa9xyk35eEPVa+B2WFYsPYqfVTWVZooVW9LqBrniEnqibS6IzU5aI3T EsbPL5Er/8BNzOc/hxHXdWlgIhwh0El/IQb2thzgecCgMDJLxYsOtx+WYTz5WZEorW2B +fqb3uT3sUaV1fNN4CAwkQDglJfq5jG3maEC0= |
| In-reply-to: | <201106021454.17652.florian@openwrt.org> |
| References: | <201106021454.17652.florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi Florian,
On Thu, Jun 2, 2011 at 2:54 PM, Florian Fainelli <florian@openwrt.org> wrote:
>
> Signed-off-by: Florian Fainelli <florian@openwrt.org>
> ---
> diff --git a/drivers/watchdog/mtx-1_wdt.c b/drivers/watchdog/mtx-1_wdt.c
While you're at it, please change line 246 from
static struct platform_driver mtx1_wdt = {
to
static struct platform_driver mtx1_wdt_driver = {
to get rid of a really annoying section mismatch warning.
Thanks!
Manuel Lauss
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 3/3] WATCHDOG: mtx1-wdt: fix GPIO toggling, Florian Fainelli |
|---|---|
| Next by Date: | [PATCH 1/2] WATCHDOG: mtx1-wdt: fix section mismatch, Florian Fainelli |
| Previous by Thread: | [PATCH 1/3] WATCHDOG: mtx1-wdt: use dev_{err,info} instead of printk(), Florian Fainelli |
| Next by Thread: | [PATCH 2/3] WATCHDOG: mtx1-wdt: request gpio before using it, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |