All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Chen <wangchen@cn.fujitsu.com>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: Re: [PATCH] dm9000: fix compilation
Date: Mon, 17 Nov 2008 08:23:17 +0800	[thread overview]
Message-ID: <4920B975.6030703@cn.fujitsu.com> (raw)
In-Reply-To: <20081115183730.GA2639@x200.localdomain>

Alexey Dobriyan said the following on 2008-11-16 2:37:
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
> 
>  drivers/net/dm9000.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/net/dm9000.c
> +++ b/drivers/net/dm9000.c
> @@ -1447,7 +1447,7 @@ dm9000_drv_remove(struct platform_device *pdev)
>  	platform_set_drvdata(pdev, NULL);
>  
>  	unregister_netdev(ndev);
> -	dm9000_release_board(pdev, (board_info_t *) netdev_priv(ndev);
> +	dm9000_release_board(pdev, (board_info_t *) netdev_priv(ndev));

My bad.
I did "make allmodconfig", but it didn't config dm9000 on i386.
Reviewed-by: Wang Chen <wangchen@cn.fujitsu.com>


      reply	other threads:[~2008-11-17  0:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-15 18:37 [PATCH] dm9000: fix compilation Alexey Dobriyan
2008-11-17  0:23 ` Wang Chen [this message]

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=4920B975.6030703@cn.fujitsu.com \
    --to=wangchen@cn.fujitsu.com \
    --cc=adobriyan@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.