linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "hellohello" <hellohello008@163.com>
To: <linuxppc-dev@lists.ozlabs.org>
Subject: Problem of PowerPc 82xx  when using smc
Date: Thu, 20 May 2010 16:58:27 +0800	[thread overview]
Message-ID: <042201caf7fa$9d038a20$a51cbcc0@sfdomain.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]


I find a problem in 
drivers/serial/cpm_uart/cpm_uart_cpm2.c:
int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con)
{
... ...
pinfo->tx_bd_base = pinfo->rx_bd_base + pinfo->rx_nrfifos;
/*The above line should be :*/
 pinfo->tx_bd_base = pinfo->rx_bd_base + sizeof(cbd_t) * pinfo->rx_nrfifos;
 
return 0;
}

Where to get the newest code for kernel?
How to know whether it is already patched by anyone else?  Just search in  this mail list?

My Linux Kernel is 2.6.25, platform is mpc82XX.

Thanks for any help.

[-- Attachment #2: Type: text/html, Size: 1275 bytes --]

             reply	other threads:[~2010-05-20  9:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-20  8:58 hellohello [this message]
2010-05-20 17:06 ` Problem of PowerPc 82xx when using smc Scott Wood
2010-05-21  3:33   ` hellohello
2010-05-21 11:20     ` Gary Thomas
2010-05-22  3:37       ` hellohello
2010-05-21 17:28     ` Scott Wood
2010-05-22  2:51       ` hellohello
  -- strict thread matches above, loose matches on Subject: below --
2010-05-22  6:23 hellohello

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='042201caf7fa$9d038a20$a51cbcc0@sfdomain.com' \
    --to=hellohello008@163.com \
    --cc=linuxppc-dev@lists.ozlabs.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).